From 1c58d5e215837a02fc850fa25563931ede953c93 Mon Sep 17 00:00:00 2001 From: Parker Date: Thu, 3 Apr 2025 17:28:53 -0500 Subject: Update config --- config.yaml.example | 21 +++++++++++++++++++++ 1 file changed, 21 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..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 -- cgit v1.2.3-70-g09d2