Example .env

This commit is contained in:
2026-04-06 15:49:08 -05:00
parent a09ccf639e
commit c8f3a1ce71

10
.example.env Normal file
View File

@@ -0,0 +1,10 @@
# PostgreSQL settings
POSTGRES_USER=example_user
POSTGRES_PASSWORD=example_password
POSTGRES_DB=example_db
POSTGRES_PORT=5432
# pgAdmin settings
PGADMIN_DEFAULT_EMAIL=admin@example.com
PGADMIN_DEFAULT_PASSWORD=admin_password
PGADMIN_PORT=5050