9 lines
251 B
TOML
9 lines
251 B
TOML
|
instance_name = 'freak.university'
|
||
|
|
||
|
[db]
|
||
|
# Accepts all parameters accepted by https://magicstack.github.io/asyncpg/current/api/index.html#connection.
|
||
|
# Or leave this section blank to use the defaults.
|
||
|
username='mastodon'
|
||
|
password='...'
|
||
|
database='...'
|