7 lines
215 B
TOML
7 lines
215 B
TOML
|
[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='...'
|