summaryrefslogtreecommitdiff
path: root/src/main/resources
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/resources')
-rw-r--r--src/main/resources/config.yml7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/main/resources/config.yml b/src/main/resources/config.yml
index 32c69ce..f050e38 100644
--- a/src/main/resources/config.yml
+++ b/src/main/resources/config.yml
@@ -13,14 +13,17 @@
# Example: "N1q2O3E4NzgyNRGHjk#zFTgy.G7Qb2Z.Hr36Qj5p3P56GueIFxVQOAAEre22DXB4u56FX11c"
botToken: ""
-# This is the information used to connect to a MySQL compatible database. A database is REQUIRED
-# for KenBotReborn to function.
+# This is the information used to connect to a MySQL compatible database. A database is recommended
+# for KenBotReborn to function. You can use a sqlite database instead, but its highly discoursed.
+# If you want to use MySQL, put your database connection information below, if you want to use sqlite,
+# set database.sqlite to true, and every other option will be ignored.
database:
host: "127.0.0.1"
port: "3306"
username: "root"
password: "admin"
databaseName: "database"
+ sqlite: false
# If you want the ability for KenBotReborn to play music from YouTube in a voice channel, then
# you need access to the YoutubeAPI. Get a YouTube API key from the Google Developer Console and