social bookmarking for atproto
1## This is a configuration file for Clippr.
2## Please copy to "config.example.toml" before starting the server,
3## otherwise it will not start. Modify as necessary.
4
5hostname = "localhost"
6port = 9090
7
8## For most deployments, you will want to keep the log level at "info".
9## If you are debugging the software, move it down to "debug".
10##
11## List of all recognized log levels, sorted by importance:
12## "error" - Critical errors, typically leading to a crash or a degraded state.
13## "warn" - General errors that do not inhibit the server's performance.
14## "info" - Information about the server. Recommended.
15## "http" - Include routing information from the web server.
16## "verbose" - Details more of the server's operations.
17## "debug" - Information for developers, meant for debugging.
18## "silly" - Anything goes.
19log-level = "info"
20
21## How the SQLite database is stored.
22## For testing, you can store the database in memory with ":memory:"
23[database]
24## Paths can be used here.
25name = "file:clippr.db"
26
27## How the server interacts with the ATproto network.
28[network]
29firehose = "jetstream1.us-east.bsky.network"