Merge pull request #1232 from benyanke/patch-1

Allow user to specify port
This commit is contained in:
James Cole 2018-03-06 05:22:46 +01:00 committed by GitHub
commit f349aa47ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,7 +21,7 @@ TRUSTED_PROXIES=${TRUSTED_PROXIES}
# If you use SQLite, set connection to `sqlite` and remove the database, username and password settings.
DB_CONNECTION=mysql
DB_HOST=${FF_DB_HOST}
DB_PORT=3306
DB_PORT=${FF_DB_PORT}
DB_DATABASE=${FF_DB_NAME}
DB_USERNAME=${FF_DB_USER}
DB_PASSWORD=${FF_DB_PASSWORD}
@ -88,4 +88,4 @@ DEMO_PASSWORD=
IS_DOCKER=true
IS_SANDSTORM=false
IS_HEROKU=false
TZ=${TZ}
TZ=${TZ}