added some example .env files to show what values are necessary

This commit is contained in:
Peter Wood
2024-12-08 12:53:37 -05:00
parent 62a91f667d
commit a3c1b38d6a
4 changed files with 19 additions and 0 deletions

13
wiki/.env.example Normal file
View File

@@ -0,0 +1,13 @@
# ~/docker/wiki/.env
# wiki service
DB_TYPE=
DB_HOST=
DB_PORT=
DB_USER=
DB_PASS=
# postgres database service
POSTGRES_DB=
POSTGRES_PASSWORD=
POSTGRES_USER=