mirror of
https://github.com/Blah-IM/blahrs.git
synced 2025-05-01 00:31:09 +00:00
13 lines
363 B
TOML
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"
|