Skip to content

Commit

Permalink
fix: Set default value for Spring profile
Browse files Browse the repository at this point in the history
  • Loading branch information
peacekeeper committed Feb 20, 2024
1 parent 07d5a08 commit c067c78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion uni-resolver-web/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ server:
port: '8080'
spring:
profiles:
active: ${uniresolver_web_spring_profiles_active}
active: ${uniresolver_web_spring_profiles_active:default}
uniresolver:
drivers:
- pattern: "^(did:btcr:.+)$"
Expand Down

0 comments on commit c067c78

Please sign in to comment.