readme: fix missing export variable

This commit is contained in:
Nicola Tarocco 2024-10-10 09:49:41 +02:00
parent c3aef63c48
commit 4e1a0bc32b
No known key found for this signature in database
GPG key ID: A08DEF00BA54E806

View file

@ -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: