Patch for H2

This commit is contained in:
HaHaWTH
2024-01-30 00:14:44 +08:00
parent 5f89964f49
commit 910ebdd5bf
2 changed files with 11 additions and 9 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ the generated config.yml file.
```yml
DataSource:
# What type of database do you want to use?
# Valid values: SQLITE, MARIADB, MYSQL, POSTGRESQL
# Valid values: H2, SQLITE, MARIADB, MYSQL, POSTGRESQL
backend: SQLITE
# Enable the database caching system, should be disabled on bungeecord environments
# or when a website integration is being used.