fix: add ClickHouse and cameleer3-server localhost overrides to dev profile
All checks were successful
CI / build (push) Successful in 39s
CI / docker (push) Successful in 3m1s

Without these, `mvn spring-boot:run -Dspring-boot.run.profiles=dev` fails
because ClickHouse URL defaults to docker hostname 'clickhouse'.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
hsiegeln
2026-04-04 22:34:02 +02:00
parent aaa4af40c5
commit c0e189a5c8

View File

@@ -5,3 +5,9 @@ spring:
password: cameleer_dev
jpa:
show-sql: true
cameleer:
clickhouse:
url: jdbc:clickhouse://localhost:8123/cameleer
runtime:
cameleer3-server-endpoint: http://localhost:8081