-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add profile activation to application.yml. Rename yml to yaml for env…
…ironment configs. Populate bip claims url for all environments.
- Loading branch information
Erik Nelsestuen
committed
Dec 12, 2023
1 parent
2d3c3c5
commit 069714f
Showing
9 changed files
with
27 additions
and
0 deletions.
There are no files selected for viewing
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
|
||
bip: | ||
claimBaseUrl: "https://claims-prodtest.prod.bip.va.gov" | ||
applicationId: "${BIP_APPLICATION_ID:VRO}" | ||
stationId: "${BIP_STATION_ID:456}" | ||
env: prod-test |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
|
||
bip: | ||
claimBaseUrl: "https://claims-prod.prod.bip.va.gov" | ||
applicationId: "${BIP_APPLICATION_ID:VRO}" | ||
stationId: "${BIP_STATION_ID:456}" | ||
env: prod |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
|
||
bip: | ||
claimBaseUrl: "https://claims-uat.stage.bip.va.gov" | ||
applicationId: "${BIP_APPLICATION_ID:VRO}" | ||
stationId: "${BIP_STATION_ID:456}" | ||
env: qa |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
|
||
bip: | ||
claimBaseUrl: "https://claims-demo.stage.bip.va.gov" | ||
applicationId: "${BIP_APPLICATION_ID:VRO}" | ||
stationId: "${BIP_STATION_ID:456}" | ||
env: sandbox |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters