Create account, chr tables & save chr to Postgres

This commit is contained in:
P0nk
2024-09-14 17:33:42 +02:00
parent f827e23ccc
commit e57d2a9ee2
12 changed files with 247 additions and 17 deletions

View File

@@ -20,6 +20,7 @@ public class ServerConfig {
public String PG_DB_ADMIN_PASSWORD;
public String PG_DB_USERNAME;
public String PG_DB_PASSWORD;
public boolean PG_DB_CLEAN;
//Login Configuration
public int WORLDS;