aboutsummaryrefslogtreecommitdiff
path: root/config.yaml.example
diff options
context:
space:
mode:
Diffstat (limited to 'config.yaml.example')
-rw-r--r--config.yaml.example21
1 files changed, 21 insertions, 0 deletions
diff --git a/config.yaml.example b/config.yaml.example
new file mode 100644
index 0000000..911e52f
--- /dev/null
+++ b/config.yaml.example
@@ -0,0 +1,21 @@
+bot_info:
+ token: "BOT TOKEN"
+ bot_color: 26dfc9 #optional - default is 26dfc9
+
+# Comment out if not using SQLite, and uncomment preferred database
+sqlite:
+ name: disarchive
+
+# mysql:
+# name: disarchive
+# host: 127.0.0.1
+# port: 3306
+# user: username
+# password: pass123
+
+# postgresql:
+# name: disarchive
+# host: 127.0.0.1
+# port: 5432
+# user: username
+# password: pass123 \ No newline at end of file