Skip to content

Commit

Permalink
test(agent): update outdated -agent configs (#493)
Browse files Browse the repository at this point in the history
  • Loading branch information
mwangggg authored Jun 4, 2024
1 parent 65f9b30 commit d499dd8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions compose/sample-apps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,8 @@ services:
CRYOSTAT_AGENT_CALLBACK: http://quarkus-test-agent:9977/
CRYOSTAT_AGENT_BASEURI: http://${CRYOSTAT_HTTP_HOST}:8080/
CRYOSTAT_AGENT_BASEURI_RANGE: public
CRYOSTAT_AGENT_SSL_TRUST_ALL: "true"
CRYOSTAT_AGENT_SSL_VERIFY_HOSTNAME: "false"
CRYOSTAT_AGENT_WEBCLIENT_SSL_TRUST_ALL: "true"
CRYOSTAT_AGENT_WEBCLIENT_SSL_VERIFY_HOSTNAME: "false"
CRYOSTAT_AGENT_AUTHORIZATION_TYPE: basic
CRYOSTAT_AGENT_AUTHORIZATION_VALUE: user:pass
CRYOSTAT_AGENT_HARVESTER_PERIOD_MS: 30000
Expand Down

0 comments on commit d499dd8

Please sign in to comment.