christianlempa-boilerplates/docker-compose/gitea/.env.example
2024-11-25 15:57:06 +01:00

9 lines
301 B
Plaintext

# Environment Variable Example File
# ---
# Add internal database credentials here...
# POSTGRES_HOST = "your-database-host"
# POSTGRES_PORT = "your-database-port"
POSTGRES_DB = "your-database-name"
POSTGRES_USER = "your-database-user"
POSTGRES_PASSWORD = "your-database-password"