2
0
forked from jmug/cactoide
Files
cactoide/.env.example
Nandor Magyar bb573c603a fix minor port, docs inconsistencies
Signed-off-by: Nandor Magyar <nandormagyar.it@gmail.com>
2025-10-24 15:31:31 +02:00

14 lines
320 B
Plaintext

# Postgres configuration
POSTGRES_DB=cactoide_database
POSTGRES_USER=cactoide
POSTGRES_PASSWORD=cactoide_password
POSTGRES_PORT=5432
# Application configuration
DATABASE_URL="postgres://cactoide:cactoide_password@localhost:5432/cactoide_database"
APP_VERSION=latest
PORT=5173
HOSTNAME=0.0.0.0
PUBLIC_LANDING_INFO=true