16 lines
211 B
INI
16 lines
211 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
|
|
|
|
[UNITY]
|
|
host = 127.0.0.1
|
|
port = 6000
|