## This is a configuration file for Clippr. ## Please copy to "config.example.toml" before starting the server, ## otherwise it will not start. Modify as necessary. hostname = "localhost" port = 9090 ## For most deployments, you will want to keep the log level at "info". ## If you are debugging the software, move it down to "debug". ## ## List of all recognized log levels, sorted by importance: ## "error" - Critical errors, typically leading to a crash or a degraded state. ## "warn" - General errors that do not inhibit the server's performance. ## "info" - Information about the server. Recommended. ## "http" - Include routing information from the web server. ## "verbose" - Details more of the server's operations. ## "debug" - Information for developers, meant for debugging. ## "silly" - Anything goes. log-level = "info" ## How the SQLite database is stored. ## For testing, you can store the database in memory with ":memory:" [database] ## Paths can be used here. name = "file:clippr.db" ## How the server interacts with the ATproto network. [network] firehose = "jetstream1.us-east.bsky.network"