aboutsummaryrefslogtreecommitdiff
path: root/config.yaml.example
diff options
context:
space:
mode:
authorParker <contact@pkrm.dev>2025-04-03 17:28:53 -0500
committerParker <contact@pkrm.dev>2025-04-03 17:28:53 -0500
commit1c58d5e215837a02fc850fa25563931ede953c93 (patch)
treeed69922367f0c6c144aeeb27d1dac52b04984241 /config.yaml.example
parenta1e56b811663b3b0ab6831ed76b58b20d234fd42 (diff)
Update config
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