From 6cd0bcbfb00e35eb89f12ec94a9e73d9030f5d79 Mon Sep 17 00:00:00 2001 From: mo khan Date: Tue, 22 Apr 2025 11:56:24 -0600 Subject: chore: add a env file for the staging environment --- .runway/env-staging.yml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .runway/env-staging.yml diff --git a/.runway/env-staging.yml b/.runway/env-staging.yml new file mode 100644 index 0000000..93d8c5b --- /dev/null +++ b/.runway/env-staging.yml @@ -0,0 +1,4 @@ +OAUTH_CLIENT_ID: "client_id" +OAUTH_CLIENT_SECRET: "https://docs.runway.gitlab.com/runtimes/cloud-run/secrets-management/" +OAUTH_REDIRECT_URL: "http://localhost:8080/session/callback" +OIDC_ISSUER: "https://staging.gitlab.com" -- cgit v1.2.3