tunnel: cf6e0360-c586-47c2-aa89-70c221697d65
credentials-file: /Users/anton/Documents/GitHub/custom-server/cf6e0360-c586-47c2-aa89-70c221697d65.json
origincert: /Users/anton/Documents/GitHub/custom-server/cert.pem

ingress:
  # Route API requests to API server
  - hostname: code.anton-atom.com
    path: /count/new-year/api/*
    service: http://localhost:8787
  # Route Next.js app
  - hostname: code.anton-atom.com
    path: /Troublemakers/villains-site-1/*
    service: http://localhost:3001
  # Route everything else to main server
  - hostname: code.anton-atom.com
    service: http://localhost:5500
  - service: http_status:404
