blob: a9ed49c5cfcc6f84410879017c28b67e6fce4b74 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# to add a new parameter in the config file,
# the CONF object in config.ini must be updated
[api]
# Listening port
port = 8000
# With debug_on set to true, error traces will be shown in HTTP responses
debug = True
authenticate = False
[ui]
url = http://localhost:8000
|