We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2542a67 commit d4b9d1dCopy full SHA for d4b9d1d
.do/deploy.template.yaml
@@ -10,10 +10,3 @@ spec:
10
envs:
11
- key: ISSUER_BASE_URL
12
value: "https://<tenant>.crossid.io/oauth2/"
13
- - key: CLIENT_ID
14
- value: "<client_id>"
15
- - key: CLIENT_SECRET
16
- value: "<client_secret>"
17
- type: SECRET
18
- - key: REDIRECT_URI
19
- value: "${_self.PUBLIC_URL}callback"
.gitignore
@@ -1,2 +1,3 @@
1
/env
2
-*.pyc
+*.pyc
3
+.DS_Store
0 commit comments