2026-04-05 23:06:41 +02:00
|
|
|
server:
|
|
|
|
|
servlet:
|
|
|
|
|
context-path: /platform
|
|
|
|
|
|
2026-03-30 10:08:14 +02:00
|
|
|
spring:
|
|
|
|
|
application:
|
|
|
|
|
name: cameleer-saas
|
2026-04-04 22:54:18 +02:00
|
|
|
datasource:
|
|
|
|
|
url: ${SPRING_DATASOURCE_URL:jdbc:postgresql://postgres:5432/cameleer_saas}
|
|
|
|
|
username: ${SPRING_DATASOURCE_USERNAME:cameleer}
|
|
|
|
|
password: ${SPRING_DATASOURCE_PASSWORD:cameleer_dev}
|
2026-03-30 10:08:14 +02:00
|
|
|
jpa:
|
|
|
|
|
open-in-view: false
|
|
|
|
|
hibernate:
|
|
|
|
|
ddl-auto: validate
|
|
|
|
|
flyway:
|
|
|
|
|
enabled: true
|
|
|
|
|
locations: classpath:db/migration
|
2026-04-04 15:03:06 +02:00
|
|
|
security:
|
|
|
|
|
oauth2:
|
|
|
|
|
resourceserver:
|
|
|
|
|
jwt:
|
|
|
|
|
issuer-uri: ${LOGTO_ISSUER_URI:}
|
|
|
|
|
jwk-set-uri: ${LOGTO_JWK_SET_URI:}
|
2026-03-30 10:08:14 +02:00
|
|
|
|
|
|
|
|
management:
|
|
|
|
|
endpoints:
|
|
|
|
|
web:
|
|
|
|
|
exposure:
|
|
|
|
|
include: health,info
|
|
|
|
|
endpoint:
|
|
|
|
|
health:
|
|
|
|
|
show-details: when-authorized
|
|
|
|
|
|
|
|
|
|
cameleer:
|
2026-04-04 15:03:06 +02:00
|
|
|
identity:
|
|
|
|
|
logto-endpoint: ${LOGTO_ENDPOINT:}
|
2026-04-05 00:33:43 +02:00
|
|
|
logto-public-endpoint: ${LOGTO_PUBLIC_ENDPOINT:}
|
2026-04-04 15:03:06 +02:00
|
|
|
m2m-client-id: ${LOGTO_M2M_CLIENT_ID:}
|
|
|
|
|
m2m-client-secret: ${LOGTO_M2M_CLIENT_SECRET:}
|
2026-04-05 00:22:22 +02:00
|
|
|
spa-client-id: ${LOGTO_SPA_CLIENT_ID:}
|
2026-04-06 19:15:03 +02:00
|
|
|
audience: ${CAMELEER_OIDC_AUDIENCE:https://api.cameleer.local}
|
2026-04-07 23:59:53 +02:00
|
|
|
server-endpoint: ${CAMELEER3_SERVER_ENDPOINT:http://cameleer3-server:8081}
|
2026-04-09 21:39:58 +02:00
|
|
|
provisioning:
|
|
|
|
|
server-image: ${CAMELEER_SERVER_IMAGE:gitea.siegeln.net/cameleer/cameleer3-server:latest}
|
|
|
|
|
server-ui-image: ${CAMELEER_SERVER_UI_IMAGE:gitea.siegeln.net/cameleer/cameleer3-server-ui:latest}
|
|
|
|
|
network-name: ${CAMELEER_NETWORK:cameleer-saas_cameleer}
|
|
|
|
|
traefik-network: ${CAMELEER_TRAEFIK_NETWORK:cameleer-traefik}
|
|
|
|
|
public-host: ${PUBLIC_HOST:localhost}
|
|
|
|
|
public-protocol: ${PUBLIC_PROTOCOL:https}
|
|
|
|
|
datasource-url: ${CAMELEER_SERVER_DB_URL:jdbc:postgresql://postgres:5432/cameleer3}
|
2026-04-11 09:10:47 +02:00
|
|
|
clickhouse-url: ${CLICKHOUSE_URL:jdbc:clickhouse://clickhouse:8123/cameleer}
|
2026-04-09 21:39:58 +02:00
|
|
|
oidc-issuer-uri: ${PUBLIC_PROTOCOL:https}://${PUBLIC_HOST:localhost}/oidc
|
|
|
|
|
oidc-jwk-set-uri: http://logto:3001/oidc/jwks
|
|
|
|
|
cors-origins: ${PUBLIC_PROTOCOL:https}://${PUBLIC_HOST:localhost}
|