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/config.json b/config.json index 217c69c..ae0a519 100644 --- a/config.json +++ b/config.json @@ -1,10 +1,10 @@ { "instance_name": "Gliders", "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 cd6b8cd..cabe08a 100644 --- a/plugins/gFeatures/Config.yml +++ b/plugins/gFeatures/Config.yml @@ -40,11 +40,11 @@ Config: EstiJoin: 'true' Other: {} MySQL: - Address: localhost + Address: db Port: '3306' TableName: gfeatures - Username: root - Password: pass123 + 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..c2cdb25 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 diff --git a/plugins/gFeatures/Shop/Config.yml b/plugins/gFeatures/Shop/Config.yml index eb1a3b8..241aa45 100644 --- a/plugins/gFeatures/Shop/Config.yml +++ b/plugins/gFeatures/Shop/Config.yml @@ -1,5 +1,5 @@ Redis: - IP: localhost - 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 b5631e2..2a6badf 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' + Cached: 'true' \ No newline at end of file