diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..496ee2c --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.DS_Store \ No newline at end of file diff --git a/Dockerfile b/Dockerfile index 6188282..e306409 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ FROM adoptopenjdk/openjdk11-openj9 MAINTAINER EstiNet ARG PORT_NUM -ENV PORT_NUM ${PORT_NUM:-25450} +ENV PORT_NUM ${PORT_NUM:-25565} EXPOSE 19005 $PORT_NUM diff --git a/config.json b/config.json index ea4dbbd..69b88fe 100644 --- a/config.json +++ b/config.json @@ -1,10 +1,10 @@ { "instance_name": "MinigameHub", "instance_port": 19005, - "sslencryption": true, + "sslencryption": false, "cert_file_path": "./server.crt", "key_file_path": "./server.key", - "require_authentication": true, + "require_authentication": false, "enable_root": true, "master_key_location": "./masterkey.key", "servers": [ diff --git a/plugins/gFeatures/Config.yml b/plugins/gFeatures/Config.yml index d29b6cc..1d7313c 100644 --- a/plugins/gFeatures/Config.yml +++ b/plugins/gFeatures/Config.yml @@ -28,11 +28,11 @@ Config: Other: {} Skript: {} MySQL: - Address: localhost + Address: db Port: '3306' - TableName: gfeatures - Username: root - Password: pass123 + TableName: estinet + Username: estinet + Password: estinet State: 'false' ClioteSky: Address: cliotesky.estinet.net diff --git a/plugins/gFeatures/EstiCoins/config.yml b/plugins/gFeatures/EstiCoins/config.yml index 0ebf8bc..479c111 100644 --- a/plugins/gFeatures/EstiCoins/config.yml +++ b/plugins/gFeatures/EstiCoins/config.yml @@ -1,7 +1,7 @@ Config: MySQL: - Address: host - Port: '3307' + Address: db-esticoins + Port: '3306' TableName: esticoins Username: estinet - Password: EstiNetwork?123 + Password: estinet \ No newline at end of file diff --git a/plugins/gFeatures/Shop/Config.yml b/plugins/gFeatures/Shop/Config.yml index 22c7952..4e08385 100644 --- a/plugins/gFeatures/Shop/Config.yml +++ b/plugins/gFeatures/Shop/Config.yml @@ -1,5 +1,5 @@ Redis: - IP: host - Port: '6380' + IP: redis + Port: '6379' Password: 5acc9c16a6cac11cad581f8a0932d8130092c725240581c65944d8418aed3ff3 DatabaseNumber: '1' diff --git a/plugins/gFeatures/gRanks/config.yml b/plugins/gFeatures/gRanks/config.yml index fd0e981..1d1653c 100644 --- a/plugins/gFeatures/gRanks/config.yml +++ b/plugins/gFeatures/gRanks/config.yml @@ -1,10 +1,10 @@ Config: MySQL: - Address: host - Port: '3307' + Address: db-granks + Port: '3306' TableName: granks Username: estinet - Password: EstiNetwork?123 + Password: estinet ClioteSky: Enable: 'true' Cached: 'true'