Add environment files, redacted

This commit is contained in:
Eli Ribble 2024-02-21 09:33:43 -07:00
parent ff4a0334cd
commit dc70df7014
18 changed files with 161 additions and 0 deletions

15
env-firefly-iii Normal file
View 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