diff options
| -rw-r--r-- | .runway/env-production.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.runway/env-production.yml b/.runway/env-production.yml new file mode 100644 index 0000000..cc3351d --- /dev/null +++ b/.runway/env-production.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: "https://sparkle.runway.gitlab.net/session/callback" +OIDC_ISSUER: "https://gitlab.com" |
