mirror of
https://github.com/ferdzo/iotDashboard.git
synced 2026-04-05 09:06:26 +00:00
Rewrite start
This commit is contained in:
20
.env.sample
Normal file
20
.env.sample
Normal file
@@ -0,0 +1,20 @@
|
||||
# Django Settings
|
||||
SECRET_KEY=your-secret-key-here
|
||||
DEBUG=True
|
||||
|
||||
# Database
|
||||
CONNECTION_STRING=postgresql://postgres:password@localhost:5432/iotdashboard
|
||||
|
||||
# Redis Configuration
|
||||
REDIS_HOST=localhost
|
||||
REDIS_PORT=6379
|
||||
REDIS_DB=0
|
||||
|
||||
# MQTT Configuration
|
||||
MQTT_BROKER=localhost
|
||||
MQTT_PORT=1883
|
||||
MQTT_USER=mqtt_user
|
||||
MQTT_PASS=mqtt_password
|
||||
|
||||
# GPT/OpenAI (Optional)
|
||||
OPENAI_API_KEY=your-openai-key-here
|
||||
Reference in New Issue
Block a user