Skip to content

Commit

Permalink
Fixed more nits
Browse files Browse the repository at this point in the history
Signed-off-by: JonahSussman <sussmanjonah@gmail.com>
  • Loading branch information
JonahSussman committed Aug 29, 2024
1 parent 18c1fab commit 3dc02e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ version: "3"
x-kai-variables: &kai-variables
KAI__LOG_LEVEL: info
KAI__LOG_DIR: "/podman_compose/logs"
KAI__GUNICORN_WORKERS: 1
KAI__GUNICORN_WORKERS: 8
KAI__GUNICORN_BIND: "0.0.0.0:8080"
KAI__HUB_URL: ${HUB_URL:-https://tackle-konveyor-tackle.apps.example.com/hub}
KAI__IMPORTER_ARGS:
KAI__DEMO_MODE: "True"
USE_HUB_IMPORTER: ${USE_HUB_IMPORTER:-False}
# KAI__DEMO_MODE: "True"

KAI__INCIDENT_STORE__ARGS__PROVIDER: postgresql
KAI__INCIDENT_STORE__ARGS__DATABASE: kai
Expand Down

0 comments on commit 3dc02e3

Please sign in to comment.