Actual example file now added.

Signed-off-by: Cliff Hill <xlorep@darkhelm.org>
This commit is contained in:
2025-08-22 19:48:46 -04:00
parent 7f71a3e328
commit 063a33effc

5
backend/.env.example Normal file
View File

@@ -0,0 +1,5 @@
POSTGRES_USER=user
POSTGRES_PASSWORD=password
POSTGRES_DB=mydb
POSTGRES_HOST=localhost
POSTGRES_PORT=5432