readme: fix missing export variable
This commit is contained in:
parent
c3aef63c48
commit
4e1a0bc32b
1 changed files with 1 additions and 0 deletions
|
|
@ -269,6 +269,7 @@ export COOKIE_SECRET=$(openssl rand -hex 50)
|
|||
export OIDC_SERVER=https://auth.cern.ch/auth
|
||||
export OIDC_REALM=CERN
|
||||
export CLIENT_ID=caimira-test
|
||||
export CLIENT_SECRET=$CLIENT_SECRET
|
||||
```
|
||||
|
||||
Run docker compose:
|
||||
|
|
|
|||
Loading…
Reference in a new issue