/ CrypticStatusBot / config.json
config.json
1 { 2 "servers": [ 3 { 4 "channel": 634780721940135936, 5 "title": "Productive Server", 6 "frontend": "https://play.cryptic-game.net", 7 "socket": "wss://ws.cryptic-game.net", 8 "username": "super", 9 "password": "Super1234#", 10 "microservices": { 11 "unknown service": [ 12 "device", 13 "service" 14 ], 15 "unknown_service": [ 16 "currency" 17 ] 18 } 19 }, 20 { 21 "channel": 634780762658439170, 22 "title": "Test Server", 23 "frontend": "https://play.test.cryptic-game.net", 24 "socket": "wss://ws.test.cryptic-game.net", 25 "username": "super", 26 "password": "Super1234#", 27 "microservices": { 28 "unknown_endpoint": [ 29 "device", 30 "currency", 31 "service", 32 "inventory" 33 ], 34 "unknown service": [ 35 "network" 36 ] 37 } 38 } 39 ], 40 "refresh_interval": 60 41 }