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

9
env-wiki-ribbles Normal file
View file

@ -0,0 +1,9 @@
DB_TYPE=postgres
DB_HOST=postgresql
DB_PORT=5432
DB_USER=wiki_user
DB_PASS=secret
DB_NAME=wiki
DB_SSL=0
SSL_ACTIVE=0
HA_ACTIVE=0