Skip to content
This repository was archived by the owner on Apr 24, 2024. It is now read-only.

Commit 0a25c97

Browse files
committed
fix: remove unused variables
1 parent 97744aa commit 0a25c97

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

ci/Jenkinsfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,6 @@ def runDockerPostgresSidecar(String command, List<String> stashsrc = [], List<S
6464
-e 'AUTH_CLIENT_ID=unused' \
6565
-e 'KEYCLOAK_CLIENT_ID=unused' \
6666
-e 'KEYCLOAK_CLIENT_SECRET=unused' \
67-
-e 'KEYCLOAK_USERNAME=unused' \
68-
-e 'KEYCLOAK_PASSWORD=unused' \
6967
-e 'RUSTFLAGS=-D warnings' \
7068
-e 'RUSTDOCFLAGS=-D warnings'"
7169
) {

doc/backend/01setup.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ All steps mentioned here have to be executed in the `backend/` folder.
1313
- `AUTH_CLIENT_ID` the client id the frontend should use to log in
1414
- `KEYCLOAK_CLIENT_ID` the client id the server uses to communicate with keycloak (needs to be configured in keycloak)
1515
- `KEYCLOAK_CLIENT_SECRET` the client secret the server uses to communicate with keycloak (needs to be configured in keycloak)
16-
- `KEYCLOAK_USERNAME` the username the server uses to authenticate for the keycloak api (admin console)
17-
- `KEYCLOAK_PASSWORD` the password the server uses to authenticate for the keycloak api (admin console)
1816
- `RUST_LOG` used to set the logging config for [env_logger](https://docs.rs/env_logger/latest/env_logger/)
1917

2018
To install an extension, a user needs to be a 'superuser',

0 commit comments

Comments
 (0)