Fix connection things

This commit is contained in:
2024-10-29 14:32:16 +01:00
parent 8acb1750b6
commit da3a5181df
4 changed files with 18 additions and 10 deletions

9
api/.env.example Normal file
View File

@@ -0,0 +1,9 @@
# vi: ft=sh
# shellcheck disable=SC2034
POSTGRES_USER=kyoo
POSTGRES_PASSWORD=password
POSTGRES_DB=kyooDB
POSTGRES_SERVER=postgres
POSTGRES_PORT=5432