summaryrefslogtreecommitdiff
path: root/.runway
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2025-04-22 11:56:24 -0600
committermo khan <mo@mokhan.ca>2025-04-22 11:56:24 -0600
commit6cd0bcbfb00e35eb89f12ec94a9e73d9030f5d79 (patch)
treec19ce4aa7feaf82d788065f108f772497eeee180 /.runway
parent636c0ad3757de864a6593495c05f8f5afe0795d9 (diff)
chore: add a env file for the staging environment
Diffstat (limited to '.runway')
-rw-r--r--.runway/env-staging.yml4
1 files changed, 4 insertions, 0 deletions
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"