This commit is contained in:
Refactorian
2024-03-22 23:55:47 +09:00
parent 49fb66f060
commit 99a53aea2c
2 changed files with 6 additions and 3 deletions

View File

@@ -46,9 +46,9 @@ REDIS_HOST=redis
REDIS_PASSWORD=null REDIS_PASSWORD=null
REDIS_PORT=6379 REDIS_PORT=6379
MAIL_MAILER=log MAIL_MAILER=smtp
MAIL_HOST=127.0.0.1 MAIL_HOST=mailpit
MAIL_PORT=2525 MAIL_PORT=1025
MAIL_USERNAME=null MAIL_USERNAME=null
MAIL_PASSWORD=null MAIL_PASSWORD=null
MAIL_ENCRYPTION=null MAIL_ENCRYPTION=null

View File

@@ -41,6 +41,9 @@
### Laravel App ### Laravel App
- URL: http://localhost - URL: http://localhost
### Mailpit
- URL: http://localhost:8025
### phpMyAdmin ### phpMyAdmin
- URL: http://localhost:8080 - URL: http://localhost:8080
- Server: `db` - Server: `db`