From 439022f058cb2b9bbf6e2b46c067f4c828a1cab0 Mon Sep 17 00:00:00 2001 From: Joe Robinson Date: Thu, 25 Nov 2021 03:25:44 +0000 Subject: Initial commit --- config.yaml.example | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 config.yaml.example (limited to 'config.yaml.example') 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 -- cgit v1.2.3