Update default storageprovider to YAML.

This commit is contained in:
Len
2024-08-13 21:22:14 +02:00
parent 6a0fdbbc1e
commit 52e51f99da
2 changed files with 5 additions and 3 deletions
@@ -242,7 +242,7 @@ public class Config {
FEED_BY_OTHER = getString("messages.command.feed.feed-by-other", FEED_BY_OTHER);
}
public static String STORAGE_TYPE = "mysql";
public static String STORAGE_TYPE = "YAML";
public static boolean AUTO_SAVE = true;
public static int AUTO_SAVE_DELAY = 60;
public static String MYSQL_IP = "localhost";