diff options
author | Tyler Murphy <tylermurphy534@gmail.com> | 2022-08-24 07:12:17 -0400 |
---|---|---|
committer | Tyler Murphy <tylermurphy534@gmail.com> | 2022-08-24 07:12:17 -0400 |
commit | 04d5376fa33e2925cf23171e1d9640499a9bbd0e (patch) | |
tree | 0a88f80a40fb423591411ba802e90bda9b0ab623 /src/main/resources | |
parent | v5 (diff) | |
download | ken-04d5376fa33e2925cf23171e1d9640499a9bbd0e.tar.gz ken-04d5376fa33e2925cf23171e1d9640499a9bbd0e.tar.bz2 ken-04d5376fa33e2925cf23171e1d9640499a9bbd0e.zip |
v6
Diffstat (limited to 'src/main/resources')
-rw-r--r-- | src/main/resources/config.yml | 7 |
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 |