mirror of
https://github.com/TotalFreedomMC/TF-PlotSquared.git
synced 2025-08-07 21:13:11 +00:00
SQLite now default as idiots can't read installation page.
This commit is contained in:
parent
277018df63
commit
941b3d8c42
3 changed files with 51 additions and 2 deletions
|
@ -1009,8 +1009,8 @@ import java.util.concurrent.TimeUnit;
|
|||
private static void setupStorage() {
|
||||
storage.set("version", storage_ver);
|
||||
final Map<String, Object> options = new HashMap<>();
|
||||
options.put("mysql.use", true);
|
||||
options.put("sqlite.use", false);
|
||||
options.put("mysql.use", false);
|
||||
options.put("sqlite.use", true);
|
||||
options.put("sqlite.db", "storage");
|
||||
options.put("mysql.host", "localhost");
|
||||
options.put("mysql.port", "3306");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue