Files
monaco/new-backend/config.json

16 lines
298 B
JSON

{
"tunnel": "YOUR_TUNNEL_ID_HERE",
"credentials-file": "/etc/cloudflared/cert.pem",
"ingress": [
{
"hostname": "api.ishikabhoyar.tech",
"service": "http://localhost:8080"
},
{
"service": "http_status:404"
}
],
"protocol": "http2",
"loglevel": "info"
}