···11## This is a configuration file for Clippr.
22-## Please copy to "config.example.toml" before starting the server, otherwise it will not start.
33-## Modify as necessary.
22+## Please copy to "config.example.toml" before starting the server,
33+## otherwise it will not start. Modify as necessary.
4455hostname = "localhost"
66port = 9090
77+88+## For most deployments, you will want to keep the log level at "info".
99+## If you are debugging the software, move it down to "debug".
1010+##
1111+## List of all recognized log levels, sorted by importance:
1212+## "error" - Critical errors, typically leading to a crash or a degraded state.
1313+## "warn" - General errors that do not inhibit the server's performance.
1414+## "info" - Information about the server. Recommended.
1515+## "http" - Include routing information from the web server.
1616+## "verbose" - Details more of the server's operations.
1717+## "debug" - Information for developers, meant for debugging.
1818+## "silly" - Anything goes.
1919+log-level = "info"
720821## How the SQLite database is stored.
922## For testing, you can store the database in memory with ":memory:"