# Sample environment configuration for staging deployment DATABASE_HOST=staging-db.internal DATABASE_PORT=5432 DATABASE_NAME=calminer_staging DATABASE_USER=calminer_app DATABASE_PASSWORD= # Admin connection used for provisioning database and roles DATABASE_SUPERUSER=postgres DATABASE_SUPERUSER_PASSWORD= DATABASE_SUPERUSER_DB=postgres