diff --git a/go/k8s/dev/orion.yaml b/go/k8s/dev/orion.yaml index 12cc11b..e6f7b97 100644 --- a/go/k8s/dev/orion.yaml +++ b/go/k8s/dev/orion.yaml @@ -79,8 +79,9 @@ spec: value: "llink://billing/success" - name: "BILLING_CANCEL_URL" value: "llink://billing/cancel" + # Web client origins - name: "CORS_ALLOWED_ORIGINS" - value: "llink://,http://localhost:5173,http://localhost:5174,http://localhost:5175,https://llink.dev.flowy.live" + value: "http://localhost:5173,http://localhost:5174,http://localhost:5175,https://llink.dev.flowy.live" --- diff --git a/go/k8s/prod/orion.yaml b/go/k8s/prod/orion.yaml index 60f64cc..b9b2dd2 100644 --- a/go/k8s/prod/orion.yaml +++ b/go/k8s/prod/orion.yaml @@ -76,8 +76,9 @@ spec: value: "llink://billing/success" - name: "BILLING_CANCEL_URL" value: "llink://billing/cancel" + # Web client origins - name: "CORS_ALLOWED_ORIGINS" - value: "llink://,https://llink.flowy.live" + value: "https://llink.flowy.live" ---