[NO-ISSUE] Fix application properties
This commit is contained in:
@@ -6,9 +6,9 @@ spring:
|
||||
profiles:
|
||||
active: ${SPRING_ACTIVE_PROFILE:local}
|
||||
group:
|
||||
local: local, slackapi-local
|
||||
development: development, slackapi-development
|
||||
production: production, slackapi-production
|
||||
local: "local,slackapi-local,webclient-local"
|
||||
development: "development,slackapi-development,webclient-development"
|
||||
production: "production,slackapi-production,webclient-production"
|
||||
freemarker:
|
||||
enabled: false
|
||||
|
||||
|
||||
Reference in New Issue
Block a user