13 lines
174 B
INI
13 lines
174 B
INI
[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
|
|
|