account/.env.example
GnomeZworc 599479d746
init socle
Signed-off-by: GnomeZworc <nicolas.boufidjeline@g3e.fr>
2026-06-13 11:47:13 +02:00

9 lines
189 B
Text

DB_HOST=localhost
DB_PORT=5432
DB_NAME=account
DB_USER=account
DB_PASSWORD=account
DATABASE_URL=postgres://account:account@localhost:5432/account?sslmode=disable
PORT=8080
ENV=development