{ "WebServerSettings": { "Port": 8080, "UseHTTPS": true, // Whether SSL (HTTPS) should be used or not "Certificate": "S7-Web-LINK.pem" // Path to certificate file }, "Connections": { "SPS-1": { // Predefined connection see chapter "Request -> Connection" "IPAddr": "127.0.0.1", "PlcType": "s7_300_400", "Channel": "op", "Rack": 0, "Slot": 2, "RxTimeout": 5000, "TxTimeout": 5000, "ConTimeout": 5000 } }, "TokenList": { // SPS with the IP "127.0.0.1" could be accessed using "Auth": "password" "127.0.0.1": "password", "192.168.2.123": "secret", "192.168.0.80": "123456" } }