2026-04-04 22:45:07 +02:00
|
|
|
## Profile for running outside Docker (mvn spring-boot:run -Dspring-boot.run.profiles=dev,local)
|
|
|
|
|
## Overrides docker hostnames with localhost for Postgres, ClickHouse, cameleer3-server
|
|
|
|
|
spring:
|
|
|
|
|
datasource:
|
|
|
|
|
url: jdbc:postgresql://localhost:5432/cameleer_saas
|
|
|
|
|
username: cameleer
|
|
|
|
|
password: cameleer_dev
|
2026-04-04 22:58:54 +02:00
|
|
|
flyway:
|
|
|
|
|
url: jdbc:postgresql://localhost:5432/cameleer_saas
|
|
|
|
|
user: cameleer
|
|
|
|
|
password: cameleer_dev
|
2026-04-04 23:09:01 +02:00
|
|
|
security:
|
|
|
|
|
oauth2:
|
|
|
|
|
resourceserver:
|
|
|
|
|
jwt:
|
|
|
|
|
issuer-uri: http://localhost:3001/oidc
|
|
|
|
|
jwk-set-uri: http://localhost:3001/oidc/jwks
|
2026-04-04 22:45:07 +02:00
|
|
|
|
|
|
|
|
cameleer:
|
2026-04-11 18:11:21 +02:00
|
|
|
saas:
|
|
|
|
|
identity:
|
|
|
|
|
logtoendpoint: http://localhost:3001
|
|
|
|
|
serverendpoint: http://localhost:8081
|
|
|
|
|
provisioning:
|
2026-04-12 14:12:42 +02:00
|
|
|
clickhouseurl: jdbc:clickhouse://localhost:8123/cameleer
|