mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-22 05:06:44 +01:00
sqllite
This commit is contained in:
parent
f8e096a02b
commit
e05636a722
@ -797,7 +797,7 @@ public class PlotMain extends JavaPlugin {
|
|||||||
Map<String, Object> options = new HashMap<String, Object>();
|
Map<String, Object> options = new HashMap<String, Object>();
|
||||||
options.put("mysql.use", true);
|
options.put("mysql.use", true);
|
||||||
options.put("sqlite.use", false);
|
options.put("sqlite.use", false);
|
||||||
options.put("sqllite.db", "storage");
|
options.put("sqlite.db", "storage");
|
||||||
options.put("mysql.host", "localhost");
|
options.put("mysql.host", "localhost");
|
||||||
options.put("mysql.port", "3306");
|
options.put("mysql.port", "3306");
|
||||||
options.put("mysql.user", "root");
|
options.put("mysql.user", "root");
|
||||||
|
Loading…
Reference in New Issue
Block a user