Skip to content

Commit

Permalink
env: update profile sets
Browse files Browse the repository at this point in the history
  • Loading branch information
BomLee427 committed Oct 12, 2024
1 parent e82ebf1 commit e8c4d9a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/main/resources/application.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
spring:
profiles:
group:
local: "local, key"
dev: "dev, datasource-dev, key"
local: "local, key-local"
dev: "dev, datasource-dev, key-dev"
prod: "production, datasource, key"
test: "test, key"
test: "test, key-test"
active: local

0 comments on commit e8c4d9a

Please sign in to comment.