diff options
Diffstat (limited to 'config.yaml.example')
-rw-r--r-- | config.yaml.example | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/config.yaml.example b/config.yaml.example new file mode 100644 index 0000000..fde09d7 --- /dev/null +++ b/config.yaml.example @@ -0,0 +1,8 @@ +discord_server_id: 1224324325325 +discord_token: mysecrettoken +discord_channel: channel-name +database: + host: 1.2.3.4 + username: user + password: pass + name: name |