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

Commit

Permalink
fix: remove unused variables
Browse files Browse the repository at this point in the history
  • Loading branch information
Bushuo committed Mar 2, 2024
1 parent de11fd4 commit 7555d8f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions ci/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,6 @@ def runDockerPostgresSidecar(String command, List<String> stashsrc = [], List<S
-e 'AUTH_CLIENT_ID=unused' \
-e 'KEYCLOAK_CLIENT_ID=unused' \
-e 'KEYCLOAK_CLIENT_SECRET=unused' \
-e 'KEYCLOAK_USERNAME=unused' \
-e 'KEYCLOAK_PASSWORD=unused' \
-e 'RUSTFLAGS=-D warnings' \
-e 'RUSTDOCFLAGS=-D warnings'"
) {
Expand Down
2 changes: 0 additions & 2 deletions doc/backend/01setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ All steps mentioned here have to be executed in the `backend/` folder.
- `AUTH_CLIENT_ID` the client id the frontend should use to log in
- `KEYCLOAK_CLIENT_ID` the client id the server uses to communicate with keycloak (needs to be configured in keycloak)
- `KEYCLOAK_CLIENT_SECRET` the client secret the server uses to communicate with keycloak (needs to be configured in keycloak)
- `KEYCLOAK_USERNAME` the username the server uses to authenticate for the keycloak api (admin console)
- `KEYCLOAK_PASSWORD` the password the server uses to authenticate for the keycloak api (admin console)
- `RUST_LOG` used to set the logging config for [env_logger](https://docs.rs/env_logger/latest/env_logger/)

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

0 comments on commit 7555d8f

Please sign in to comment.