mirror of
https://github.com/polaroi8d/cactoide.git
synced 2026-03-22 06:05:28 +00:00
15 lines
330 B
Plaintext
15 lines
330 B
Plaintext
# Postgres configuration
|
|
POSTGRES_DB=cactoied_database
|
|
POSTGRES_USER=cactoide
|
|
POSTGRES_PASSWORD=cactoide_password
|
|
POSTGRES_PORT=5432
|
|
|
|
DATABASE_URL="postgres://cactoide:cactoide_password@localhost:5432/cactoied_database"
|
|
|
|
# Application configuration
|
|
APP_VERSION=latest
|
|
ANALYTICS=true
|
|
PORT=3000
|
|
HOSTNAME=0.0.0.0
|
|
NODE_ENV=production
|