Jetzt läufts erst mal auf citysensor.de (strato) mit der MongoDB auf IONOS
This commit is contained in:
rxf
2026-03-28 15:20:51 +01:00
parent b7736413d4
commit cb5062c0de
19 changed files with 1213 additions and 112 deletions

18
.env.local Normal file
View File

@@ -0,0 +1,18 @@
# Environment Variables für lokale Entwicklung mit docker-compose.local.yml
# Diese Datei kann für lokale MongoDB-Verbindungseinstellungen verwendet werden
# Server Configuration
SERVERPORT=3005
DEBUG=true
# MongoDB Configuration - REMOTE SERVER
MONGOHOST=217.72.203.152
MONGOPORT=27037
MONGOBASE=sensor_data
MONGOAUTH=true
MONGOUSRP=admin:mongo4noise
# Timezone
TZ=Europe/Berlin
LOCALDIR=/Users/rxf/Projekte/Geiger_WEB_26