Skip to content

Commit

Permalink
move configs
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewazores committed Jan 10, 2025
1 parent d63b403 commit 161a626
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 0 additions & 2 deletions compose/auth_proxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ services:
QUARKUS_HTTP_PROXY_ALLOW_X_FORWARDED: "true"
QUARKUS_HTTP_PROXY_ENABLE_FORWARDED_HOST: "true"
QUARKUS_HTTP_PROXY_ENABLE_FORWARDED_PREFIX: "true"
QUARKUS_HTTP_ACCESS_LOG_PATTERN: long
QUARKUS_HTTP_ACCESS_LOG_ENABLED: "true"
auth:
# the proxy does not actually depend on cryostat being up, but we use this
# to ensure that when the smoketest tries to open the auth login page in a
Expand Down
2 changes: 2 additions & 0 deletions compose/cryostat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ services:
user: "1000"
environment:
QUARKUS_LOG_LEVEL: ${CRYOSTAT_LOG_LEVEL:-INFO}
QUARKUS_HTTP_ACCESS_LOG_ENABLED: "true"
QUARKUS_HTTP_ACCESS_LOG_PATTERN: long
QUARKUS_HTTP_HOST: "cryostat"
QUARKUS_HTTP_PORT: ${CRYOSTAT_HTTP_PORT}
QUARKUS_HIBERNATE_ORM_LOG_SQL: "true"
Expand Down

0 comments on commit 161a626

Please sign in to comment.