Skip to content

Commit

Permalink
fix: add additional args to backend readme (#878)
Browse files Browse the repository at this point in the history
  • Loading branch information
theosanderson authored Feb 5, 2024
1 parent 458d2cb commit 208e3f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ All commands mentioned in this section are run from the `backend` directory unle

```bash
../generate_local_test_config.sh
./gradlew bootRun --args='--spring.datasource.url=jdbc:postgresql://localhost:5432/loculus --spring.datasource.username=postgres --spring.datasource.password=unsecure --backend.config.path=../website/tests/config/backend_config.json --spring.security.oauth2.resourceserver.jwt.jwk-set-uri=http://localhost:8083/realms/loculusRealm/protocol/openid-connect/certs'
./gradlew bootRun --args='--spring.datasource.url=jdbc:postgresql://localhost:5432/loculus --spring.datasource.username=postgres --spring.datasource.password=unsecure --backend.config.path=../website/tests/config/backend_config.json --spring.security.oauth2.resourceserver.jwt.jwk-set-uri=http://localhost:8083/realms/loculusRealm/protocol/openid-connect/certs --keycloak.user=backend --keycloak.password=backend --keycloak.realm=loculusRealm --keycloak.client=test-cli --keycloak.url=http://localhost:8083'
```

#### Details
Expand Down

0 comments on commit 208e3f2

Please sign in to comment.