Ajout du fichier d'exemple de configuration pour la base de données PostgreSQL

This commit is contained in:
Boris Waaub
2026-03-14 10:50:17 +01:00
parent 5a90126f98
commit 8481acfe5d

4
.env.example Normal file
View File

@@ -0,0 +1,4 @@
POSTGRES_DB=chill-import
POSTGRES_USER=postgres
POSTGRES_PASSWORD=postgres
POSTGRES_PORT=5432