forked from metin2/deploy
Compare commits
No commits in common. "chore/web-logging" and "master" have entirely different histories.
chore/web-
...
master
@ -27,7 +27,6 @@ WEB_APP_ENV=production
|
|||||||
WEB_APP_URL=http://metin2.local
|
WEB_APP_URL=http://metin2.local
|
||||||
WEB_APP_KEY=
|
WEB_APP_KEY=
|
||||||
WEB_EXTERNAL_PORT=80
|
WEB_EXTERNAL_PORT=80
|
||||||
WEB_LOG_CHANNEL=stderr
|
|
||||||
|
|
||||||
# E-mail configuration
|
# E-mail configuration
|
||||||
WEB_MAIL_MAILER=smtp
|
WEB_MAIL_MAILER=smtp
|
||||||
|
@ -51,8 +51,6 @@ services:
|
|||||||
APP_ENV: ${WEB_APP_ENV}
|
APP_ENV: ${WEB_APP_ENV}
|
||||||
APP_KEY: ${WEB_APP_KEY}
|
APP_KEY: ${WEB_APP_KEY}
|
||||||
APP_URL: ${WEB_APP_URL}
|
APP_URL: ${WEB_APP_URL}
|
||||||
APP_DEBUG: ${WEB_APP_DEBUG}
|
|
||||||
LOG_CHANNEL: ${WEB_LOG_CHANNEL}
|
|
||||||
|
|
||||||
# Database credentials
|
# Database credentials
|
||||||
DB_HOST: ${MYSQL_HOST}
|
DB_HOST: ${MYSQL_HOST}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user