mirror of
https://github.com/Redume/Kekkai.git
synced 2025-02-23 20:51:25 +03:00
Разделил и пояснил что редактировать, а что нет
This commit is contained in:
parent
13873a4bbc
commit
e776ee27dd
1 changed files with 9 additions and 3 deletions
10
.env-sample
10
.env-sample
|
@ -1,4 +1,10 @@
|
||||||
POSTGRES_USER=postgres
|
# 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
|
POSTGRES_PASSWORD=my_password
|
||||||
POSTGRES_DB=my_database
|
|
||||||
|
# If you do not know what you are doing, then you should not edit the values below
|
||||||
|
###################################################################################
|
||||||
|
POSTGRES_DB=kekkai
|
||||||
DB_HOST=postgres
|
DB_HOST=postgres
|
||||||
|
POSTGRES_USER=postgres
|
Loading…
Add table
Reference in a new issue