.env.local entfernt
This commit is contained in:
18
.env.local
18
.env.local
@@ -1,18 +0,0 @@
|
|||||||
# 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
|
|
||||||
Reference in New Issue
Block a user