estinet-compose update

master
Seshan Ravikumar 1 year ago
parent a994c8ae32
commit f51feb52ea

1
.gitignore vendored

@ -0,0 +1 @@
.DS_Store

@ -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": [

@ -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

@ -1,7 +1,7 @@
Config:
MySQL:
Address: host
Port: '3307'
Address: db-esticoins
Port: '3306'
TableName: esticoins
Username: estinet
Password: EstiNetwork?123
Password: estinet

@ -1,5 +1,5 @@
Redis:
IP: localhost
Port: 6380
IP: redis
Port: 6379
Password: 5acc9c16a6cac11cad581f8a0932d8130092c725240581c65944d8418aed3ff3
DatabaseNumber: '1'

@ -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'
Loading…
Cancel
Save