We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e0a772 commit 06576f1Copy full SHA for 06576f1
ansible/roles/docker-swarm-app-caddy/assets/Caddyfile
@@ -7,11 +7,11 @@
7
order authorize before basicauth
8
9
security {
10
- oauth identity provider github {env.GITHUB_CLIENT_ID} {env.GITHUB_CLIENT_SECRET}
+ oauth identity provider github {$GITHUB_CLIENT_ID} {$GITHUB_CLIENT_SECRET}
11
12
authentication portal myportal {
13
crypto default token lifetime 3600
14
- crypto key sign-verify {env.JWT_SHARED_KEY}
+ crypto key sign-verify {$JWT_SHARED_KEY}
15
cookie domain {{domain}}
16
enable identity provider github
17
ui {
0 commit comments