Add environment files, redacted
This commit is contained in:
parent
ff4a0334cd
commit
dc70df7014
18 changed files with 161 additions and 0 deletions
15
env-firefly-iii
Normal file
15
env-firefly-iii
Normal file
|
@ -0,0 +1,15 @@
|
|||
APP_DEBUG=true
|
||||
APP_KEY=secret
|
||||
APP_URL=https://money.theribbles.org
|
||||
AUTHENTICATION_GUARD=remote_user_guard
|
||||
AUTHENTICATION_GUARD_HEADER=remote_user
|
||||
AUTHENTICATION_GUARD_EMAIL=HTTP_X_EMAIL
|
||||
DB_HOST=postgresql
|
||||
DB_PORT=5432
|
||||
DB_CONNECTION=pgsql
|
||||
DB_DATABASE=fireflyiii
|
||||
DB_USERNAME=firefly_user
|
||||
DB_PASSWORD=secret
|
||||
SITE_OWNER=admin@theribbles.org
|
||||
TRUSTED_PROXIES=**
|
||||
TZ=America/Denver
|
Loading…
Add table
Add a link
Reference in a new issue