{% include 'pages/navbar.html' %}
You can also edit these values in
factgenie/config/config.yaml
.
Password protection
Enable password protection
If enabled, users will have to log in to access most of the app features. Make sure to enable this feature before any public deployment.
Username
The username for logging in the app.
Password
The app password.
Deployment
Host Prefix
The prefix of the host URL where factgenie is deployed, e.g.
/demo/factgenie
. Keep empty for localhost.
Careful: an invalid value may render the web interface unusable.
Logging
Logging Level
The logging level for the app.
DEBUG
INFO
WARNING
ERROR
CRITICAL
Debug logging
Enable Flask debug logging.
Save Config