16 lines
374 B
Plaintext
16 lines
374 B
Plaintext
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
|