Files
Parking/.env
2026-06-03 14:47:35 +02:00

10 lines
211 B
Bash

DB_HOST=db
DB_PORT=3306
DB_USER=smartparking_user
DB_PASSWORD=smartparking_pass
DB_NAME=smartparking
JWT_SECRET=une_chaine_tres_longue_et_secrete
PORT=3000
NODE_ENV=production
MQTT_HOST=172.18.0.1
MQTT_PORT=1883