Ajouts de dépendances et du .env.example

This commit is contained in:
raveline
2026-04-13 20:25:35 +02:00
parent 53e8423012
commit 3d72b85e6b
4 changed files with 35 additions and 3 deletions

6
.env.example Normal file
View File

@@ -0,0 +1,6 @@
POSTGRES_USER=name_of_postgresql_db_user
POSTGRES_PASSWORD=password_of_postgresql_db_user
POSTGRES_DB=name_of_postgresql_db
ENCRYPTION_MASTER_KEY=key_encryption_secret_key
DB_HOST=host_of_db