## 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 flyway: url: jdbc:postgresql://localhost:5432/cameleer_saas user: cameleer password: cameleer_dev security: oauth2: resourceserver: jwt: issuer-uri: http://localhost:3001/oidc jwk-set-uri: http://localhost:3001/oidc/jwks cameleer: saas: identity: logtoendpoint: http://localhost:3001 serverendpoint: http://localhost:8081 provisioning: clickhouseurl: jdbc:clickhouse://localhost:8123/cameleer