mirror of
https://github.com/ChristianLempa/boilerplates.git
synced 2025-02-25 15:00:46 +01:00
9 lines
301 B
Plaintext
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"
|