mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-18 10:16:49 +00:00
Merge pull request #1232 from benyanke/patch-1
Allow user to specify port
This commit is contained in:
@@ -21,7 +21,7 @@ TRUSTED_PROXIES=${TRUSTED_PROXIES}
|
|||||||
# If you use SQLite, set connection to `sqlite` and remove the database, username and password settings.
|
# If you use SQLite, set connection to `sqlite` and remove the database, username and password settings.
|
||||||
DB_CONNECTION=mysql
|
DB_CONNECTION=mysql
|
||||||
DB_HOST=${FF_DB_HOST}
|
DB_HOST=${FF_DB_HOST}
|
||||||
DB_PORT=3306
|
DB_PORT=${FF_DB_PORT}
|
||||||
DB_DATABASE=${FF_DB_NAME}
|
DB_DATABASE=${FF_DB_NAME}
|
||||||
DB_USERNAME=${FF_DB_USER}
|
DB_USERNAME=${FF_DB_USER}
|
||||||
DB_PASSWORD=${FF_DB_PASSWORD}
|
DB_PASSWORD=${FF_DB_PASSWORD}
|
||||||
@@ -88,4 +88,4 @@ DEMO_PASSWORD=
|
|||||||
IS_DOCKER=true
|
IS_DOCKER=true
|
||||||
IS_SANDSTORM=false
|
IS_SANDSTORM=false
|
||||||
IS_HEROKU=false
|
IS_HEROKU=false
|
||||||
TZ=${TZ}
|
TZ=${TZ}
|
||||||
|
Reference in New Issue
Block a user