{ "admin": { "listen": "localhost:2019" }, "apps": { "http": { "servers": { "simple": { "listen": [":8080"], "routes": [ { "handle": [ { "handler": "static_response", "status_code": 200, "body": "Hello from Quantum!" } ] } ] } } } } }