mirror of
https://github.com/acedanger/docker.git
synced 2025-12-06 01:10:11 -08:00
added some example .env files to show what values are necessary
This commit is contained in:
13
wiki/.env.example
Normal file
13
wiki/.env.example
Normal 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=
|
||||
Reference in New Issue
Block a user