mirror of
https://github.com/ferdzo/iotDashboard.git
synced 2026-04-05 17:16:26 +00:00
8 lines
201 B
Plaintext
8 lines
201 B
Plaintext
PASSWORD='postgres'
|
|
SECRET_KEY='django_key'
|
|
CONNECTION_STRING='postgres://postgres:postgres@localhost:5555/example'
|
|
|
|
WEATHER_API_KEY=your_weather_api_key_here
|
|
DEVICE_MANAGER_URL=http://localhost:8000
|
|
|