mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Add config value to .env value. #882
This commit is contained in:
parent
ebcd8dbd7c
commit
7a57c60891
@ -5,6 +5,7 @@ APP_KEY=SomeRandomStringOf32CharsExactly
|
|||||||
APP_LOG=daily
|
APP_LOG=daily
|
||||||
APP_LOG_LEVEL=warning
|
APP_LOG_LEVEL=warning
|
||||||
APP_URL=http://localhost
|
APP_URL=http://localhost
|
||||||
|
TRUSTED_PROXIES=
|
||||||
|
|
||||||
DB_CONNECTION=mysql
|
DB_CONNECTION=mysql
|
||||||
DB_HOST=127.0.0.1
|
DB_HOST=127.0.0.1
|
||||||
|
Loading…
Reference in New Issue
Block a user