fix: refactor analytics

This commit is contained in:
Levente Orban
2025-08-27 16:54:28 +02:00
parent 1ea87ab3ae
commit b2e46efc68
5 changed files with 8 additions and 32 deletions

View File

@@ -8,7 +8,5 @@ DATABASE_URL="postgres://cactoide:cactoide_password@localhost:5432/cactoied_data
# Application configuration
APP_VERSION=latest
ANALYTICS=true
PORT=3000
HOSTNAME=0.0.0.0
NODE_ENV=production