From 6e444a414d7d2fa48a0dbc19db4693c05435ea6f Mon Sep 17 00:00:00 2001 From: hsiegeln <37154749+hsiegeln@users.noreply.github.com> Date: Wed, 8 Apr 2026 20:28:44 +0200 Subject: [PATCH] feat: add CAMELEER_SERVER_URL config property Co-Authored-By: Claude Sonnet 4.6 --- cameleer3-server-app/src/main/resources/application.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/cameleer3-server-app/src/main/resources/application.yml b/cameleer3-server-app/src/main/resources/application.yml index e835877c..302ef4ac 100644 --- a/cameleer3-server-app/src/main/resources/application.yml +++ b/cameleer3-server-app/src/main/resources/application.yml @@ -51,6 +51,7 @@ cameleer: container-cpu-shares: ${CAMELEER_CONTAINER_CPU_SHARES:512} routing-mode: ${CAMELEER_ROUTING_MODE:path} routing-domain: ${CAMELEER_ROUTING_DOMAIN:localhost} + server-url: ${CAMELEER_SERVER_URL:} body-size-limit: ${CAMELEER_BODY_SIZE_LIMIT:16384} indexer: debounce-ms: ${CAMELEER_INDEXER_DEBOUNCE_MS:2000}