SmartEDT/backend/config/config.ini

13 lines
174 B
INI
Raw Normal View History

[SERVER]
host = 0.0.0.0
port = 5000
debug = True
[FILEPATH]
path = data
[DATABASE]
url = postgresql+psycopg://smartedt:postgres@127.0.0.1:5432/smartedt
timescaledb = True