Skip to content

Commit

Permalink
fix the wrong address
Browse files Browse the repository at this point in the history
  • Loading branch information
Parisa68 committed Dec 9, 2024
1 parent 7795b03 commit e94b4cb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/set_env_vars.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ export SSL_ENABLED=false
export BROKER_HOST=localhost
export BROKER_VALIDATE=false
export DB_INSTANCE=localhost
export ROOT_CERT_PATH=./test/client_certs/ca.crt
export CERT_PATH=./test/client_certs/client.crt
export CERT_KEY=./test/client_certs/client.der
export ROOT_CERT_PATH=/test/client_certs/ca.crt
export CERT_PATH=/test/client_certs/client.crt
export CERT_KEY=/test/client_certs/client.der
export POSTGRES_PASSWORD=rootpasswd
export OPENID_CONFIGURATION_URL=http://localhost:8000/openid-configuration
export USERINFO_ENDPOINT_URL=http://localhost:8000/userinfo
Expand Down

0 comments on commit e94b4cb

Please sign in to comment.