mirror of
https://github.com/Redume/Kekkai.git
synced 2025-02-22 20:23:12 +03:00
10 lines
No EOL
416 B
Text
10 lines
No EOL
416 B
Text
# Connection secret for postgres. You should change it to a random password
|
|
# Please use only the characters `A-Za-z0-9`, without special characters or spaces
|
|
|
|
POSTGRES_PASSWORD=my_password
|
|
|
|
# If you do not know what you are doing, then you should not edit the values below
|
|
###################################################################################
|
|
POSTGRES_DB=kekkai
|
|
DB_HOST=postgres
|
|
POSTGRES_USER=postgres |