This repository has been archived on 2024-07-22. You can view files and clone it, but cannot push or open issues or pull requests.
mastodon-fingerd/fingerd.example.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='...'