blahrs/blahd/config.example.toml
2024-08-31 01:02:20 -04:00

13 lines
363 B
TOML

[database]
# The path to the main SQLite database.
# It will be created and initialized if not exist.
path = "/path/to/db.sqlite"
[server]
# The socket address to listen on.
listen = "localhost:8080"
# The global absolute URL prefix where this service is hosted.
# It is for link generation and must not have trailing slash.
base_url = "http://localhost:8080"