mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 04:56:49 +00:00
Add support for a configuration file.
This commit is contained in:
parent
6794f0ab03
commit
f21fd968fd
9 changed files with 51 additions and 82 deletions
5
pluralkit.conf.example
Normal file
5
pluralkit.conf.example
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"database_uri": "postgres://username:password@hostname:port/database_name",
|
||||
"token": "BOT_TOKEN_GOES_HERE",
|
||||
"log_channel": null
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue