Skip to content

Commit

Permalink
Add dockerhost properties file (#997)
Browse files Browse the repository at this point in the history
* Add dockerhost properties file

* Fix mapping to the overrides file

* Update dockerhost properties file

* Fix spring.config.import in dockerhost.properties
  • Loading branch information
mhodgesatuh authored Aug 14, 2024
1 parent a99973c commit 34f1007
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/main/resources/application-dockerhost.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# =========================================================================
# Docker host mappings.
spring.config.activate.on-profile=dockerhost
spring.config.import=optional:file:/overrides/uh-groupings-ui-overrides.properties
url.api.2.1.base=http://groupings-api:8081/uhgroupingsapi/api/groupings/v2.1

0 comments on commit 34f1007

Please sign in to comment.