# 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 [swagger] base_url = http://localhost:8000