Update default storageprovider to YAML.
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user