diff options
| author | LMBishop <13875753+LMBishop@users.noreply.github.com> | 2021-06-08 19:39:49 +0100 |
|---|---|---|
| committer | LMBishop <13875753+LMBishop@users.noreply.github.com> | 2021-06-08 19:39:49 +0100 |
| commit | c9682c6a23348afc80053f4a0f156556ba3e4ee4 (patch) | |
| tree | 5790a3bc5c96adf1d051e019efb2f058e4556a7c /src/main | |
| parent | f3f60e13d8f4d7af64d44f23f7cb33dae7a9ae9c (diff) | |
Add warning
Diffstat (limited to 'src/main')
| -rw-r--r-- | src/main/resources/config.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/main/resources/config.yml b/src/main/resources/config.yml index a23c98dd..4b8a4f2b 100644 --- a/src/main/resources/config.yml +++ b/src/main/resources/config.yml @@ -234,9 +234,10 @@ options: global-task-configuration-override: false # Whether or not the global display configuration will override per-quest display settins global-quest-display-configuration-override: false - # Storage options + # Storage options - please see the following: https://github.com/LMBishop/Quests/wiki/Storage-Providers storage: # Either 'yaml' (flatfile) or 'mysql' (network) + # Please read the following before using MySQL https://github.com/LMBishop/Quests/wiki/Storage-Providers#network provider: "yaml" # The following is only applicable for database storage providers (e.g. mysql) database-settings: |
