9/9マージ
All checks were successful
Deploy preview (main_watanabe) / deploy (push) Successful in 10s

This commit is contained in:
Yu Watanabe 2025-09-09 11:41:00 +09:00
parent 553756d75a
commit f9e563d87a
2 changed files with 10 additions and 13 deletions

20
.env
View File

@ -2,8 +2,7 @@ APP_NAME=so-manager
APP_ENV=local
APP_KEY=base64:ejLwJbt2bEXY9emPUmsurG+X1hzkjTxQQvq2/FO14RY=
APP_DEBUG=true
APP_URL=http://so-manager-dev.localhost:81/public/
APP_URL=https://so-manager-dev.com/
APP_LOCALE=ja
APP_FALLBACK_LOCALE=ja
APP_FAKER_LOCALE=ja_JP
@ -21,7 +20,7 @@ LOG_DEPRECATIONS_CHANNEL=null
LOG_LEVEL=debug
DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_HOST=localhost
DB_PORT=3306
DB_DATABASE=krgm
DB_USERNAME=krgm_user
@ -47,16 +46,15 @@ REDIS_HOST=127.0.0.1
REDIS_PASSWORD=null
REDIS_PORT=6379
MAIL_MAILER=smtp
MAIL_MAILER=log
MAIL_SCHEME=null
MAIL_HOST=smtp.gmail.com
MAIL_PORT=587
MAIL_USERNAME="is1001475@gmail.com"
MAIL_PASSWORD="bdipeszxtphlryfz"
MAIL_ENCRYPTION=tls
MAIL_FROM_ADDRESS="watanabe@s-force.co.jp"
MAIL_HOST=127.0.0.1
MAIL_PORT=2525
MAIL_USERNAME=null
MAIL_PASSWORD=null
MAIL_FROM_ADDRESS="hp@so-manager-dev.com"
MAIL_FROM_NAME="${APP_NAME}"
MAIL_ADMIN="watanabe@s-force.co.jp"
MAIL_ADMIN=null
AWS_ACCESS_KEY_ID=
AWS_SECRET_ACCESS_KEY=

1
.gitignore vendored
View File

@ -21,5 +21,4 @@ yarn-error.log
/.nova
/.vscode
/.zed
.env
.gitignore