Skip to content
This repository has been archived by the owner on Dec 18, 2023. It is now read-only.

Commit

Permalink
Update KEYCLOAK_SERVER_URL example in README
Browse files Browse the repository at this point in the history
  • Loading branch information
ewelinagr authored May 14, 2019
1 parent 6c14f25 commit dbf5654
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ docker build -t thehyve/glowing-bear-backend . --no-cache
Run the full stack with:
```bash
export TRANSMART_API_SERVER_URL=https://transmart.example.com
export KEYCLOAK_SERVER_URL=https://keycloak.example.com/auth
export KEYCLOAK_SERVER_URL=https://keycloak.example.com
export KEYCLOAK_REALM=transmart-dev
docker-compose -f docker-compose.yml up
```
Expand Down

0 comments on commit dbf5654

Please sign in to comment.