Skip to content

Commit

Permalink
fix(zrc config): add missing grafana variables
Browse files Browse the repository at this point in the history
  • Loading branch information
letzabelin committed May 20, 2024
1 parent 1ce98b2 commit c9a0f78
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion zrc/config.edn
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,11 @@

metrics
{:zen/tags #{aidbox.config/metrics}
:port #env-integer BOX_METRICS_PORT}
:port #env-integer BOX_METRICS_PORT
:grafana {:url #env BOX_METRICS_GRAFANA_URL
:user #env BOX_METRICS_GRAFANA_USER
:password #env BOX_METRICS_GRAFANA_PASSWORD}
:postgres {:on #env BOX_METRICS_POSTGRES_ON}}

base-config
{:zen/tags #{aidbox.config/config}
Expand Down

0 comments on commit c9a0f78

Please sign in to comment.