Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
blackswan-03 committed Jan 8, 2025
1 parent d7c1d23 commit 551d0b7
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 9 deletions.
20 changes: 14 additions & 6 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

17 changes: 14 additions & 3 deletions src/main/resources/application.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,18 @@
spring:
profiles:
active: dog,EN,qa
active:
- dog
- EN
- dev
guru:
username: YmlUserName
password: YmlPasword
jdbcurl: YmlUrl
password: YmlPassword
jdbcurl: YmlUrl

---
spring:
profiles: prod
guru:
username: YmlProdUserName
password: YmlProdPassword
jdbcurl: YmlProdUrl

0 comments on commit 551d0b7

Please sign in to comment.