Skip to content

Commit

Permalink
Update config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagohora authored Sep 6, 2024
1 parent 1600c0e commit ba5b9b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/opik-backend/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ databaseAnalytics:
username: ${ANALYTICS_DB_USERNAME:-opik}
password: ${ANALYTICS_DB_PASS:-opik}
databaseName: ${ANALYTICS_DB_DATABASE_NAME:-opik}
queryParameters: ${ANALYTICS_DB_QUERY_PARAMETERS:-health_check_interval=2000&compress=1&enable_http_compression=1&auto_discovery=true&failover=3&custom_http_params=async_insert=1,wait_for_async_insert=1}
queryParameters: ${ANALYTICS_DB_QUERY_PARAMETERS:-health_check_interval=2000&compress=1&auto_discovery=true&failover=3}

health:
healthCheckUrlPaths: [ "/health-check" ]
Expand Down

0 comments on commit ba5b9b2

Please sign in to comment.