1 2 3 4 5 6 7 8 9 10 11 12 13
{ "host": "127.0.0.1", "http_port": 8080, "ws_port": 8081, "storage": { "type": "InMemory" }, "auth": { "type": "BearerToken", "tokens": ["secret-token-123", "another-token-456"], "format": "JWT" } }