Skip to content

Commit

Permalink
Fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
onukristo committed Mar 27, 2024
1 parent fc15996 commit 20aa618
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ WiseEnvironment.setDefaultProperty(WiseEnvironment.CUSTOM_ENVIRONMENT, "tw-relia

See `WiseEnvironment` class for other optional use cases. E.g. asking which environments are currently active.

The environments themselves can be hierarchical. In that sense, that if you set a default property to `STAGING`, it would also apply to
`CUSTOM_ENVIRONMENT`, unless a different value is specifically set for `CUSTOM_ENVIRONMENT`.

## License
Copyright 2024 TransferWise Ltd.

Expand Down
8 changes: 0 additions & 8 deletions wise-environment-starter/src/test/resources/application.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,3 @@
wise:
environment:
test:
value1: blah
value3: blah

---

spring:
config:
activate:
Expand Down

0 comments on commit 20aa618

Please sign in to comment.