diff --git a/cmd/test_seed/oinari.json b/cmd/test_seed/oinari.json index 312fca6..b2ab65a 100644 --- a/cmd/test_seed/oinari.json +++ b/cmd/test_seed/oinari.json @@ -1,5 +1,4 @@ { - "revision": 20220312.1, "documentRoot": "./dist", "headers": { "Cross-Origin-Resource-Policy": "cross-origin" @@ -9,9 +8,10 @@ "port": 8080, "certFile": "./localhost.crt", "keyFile": "./localhost.key", - "keepAliveTimeout": 30000, - "PollingTimeout": 10000, + "sessionTimeout": 30000, + "pollingTimeout": 10000, "node": { + "revision": 20220312.1, "iceServers": [ { "urls": [ diff --git a/src/index.html b/src/index.html index 847ceba..95656d3 100644 --- a/src/index.html +++ b/src/index.html @@ -3,13 +3,20 @@ oinari + + + + + + +
+ \ No newline at end of file