spring: application: name: ppn-sender main: allow-bean-definition-overriding: true profiles: active: ${SPRING_ACTIVE_PROFILE:local} group: local: "local,slackapi-local,webclient-local" development: "development,slackapi-development,webclient-development" production: "production,slackapi-production,webclient-production" freemarker: enabled: false server: port: 20080 error: whitelabel: enabled: false management: endpoints: web: exposure: include: refresh,health