2
0
forked from jmug/cactoide

feat: add analytics to website and small improvements

This commit is contained in:
Levente Orban
2025-08-27 16:06:12 +02:00
parent 7e6dbf15f9
commit 1ea87ab3ae
8 changed files with 60 additions and 99 deletions

14
.env.example Normal file
View File

@@ -0,0 +1,14 @@
# 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