chore: Rename example config files

This commit is contained in:
Данил 2024-10-30 21:56:02 +03:00
parent e4b609d236
commit d2c1fed374
2 changed files with 0 additions and 0 deletions

10
.env.example Normal file
View file

@ -0,0 +1,10 @@
# 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