Skip to content

Commit

Permalink
AYS-509 | AYS_SPRING_PROFILE Parameter Key Has Been Defined in `app…
Browse files Browse the repository at this point in the history
…lication.yml` (#412)
  • Loading branch information
agitrubard authored Dec 10, 2024
1 parent 713342d commit 36b01ff
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ logging:
ays: ${AYS_LOG_LEVEL:trace}

spring:
profiles:
active: ${AYS_SPRING_PROFILE:}
datasource:
username: ${AYS_DB_USERNAME:ays}
password: ${AYS_DB_PASSWORD:ayspass}
Expand Down

0 comments on commit 36b01ff

Please sign in to comment.