diff options
author | Dan Timoney <dtimoney@att.com> | 2021-04-30 14:24:50 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2021-04-30 14:24:50 -0400 |
commit | 2895f181a0cb648d2eb9b258ce86d4e38855c7e2 (patch) | |
tree | a1d3c56ca4d235a6d46c501775611cafff294ab5 /ms/gra/gra-docker/src/main/resources/application.properties | |
parent | 4812dfbcf0c010cb05ec88505a6c473a96644284 (diff) |
Support env variables for CADI settings
Update code to read CADI properties using EnvProperties class to resolve
env variable references and then pass resolved values to CadiFilter,
instead of passing file itself as cadi_prop_files property setting.
Change-Id: Ia0da0b711a48a51c3fab06412bf01efdede542a2
Issue-ID: SDNC-1532
Signed-off-by: Dan Timoney <dtimoney@att.com>
Diffstat (limited to 'ms/gra/gra-docker/src/main/resources/application.properties')
-rw-r--r-- | ms/gra/gra-docker/src/main/resources/application.properties | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ms/gra/gra-docker/src/main/resources/application.properties b/ms/gra/gra-docker/src/main/resources/application.properties index 2be250b..3feb604 100644 --- a/ms/gra/gra-docker/src/main/resources/application.properties +++ b/ms/gra/gra-docker/src/main/resources/application.properties @@ -22,3 +22,4 @@ spring.jpa.hibernate.naming.implicit-strategy=org.hibernate.boot.model.naming.Im spring.jpa.hibernate.naming.physical-strategy=org.hibernate.boot.model.naming.PhysicalNamingStrategyStandardImpl spring.jpa.database=mysql +cadi.properties.path=${SDNC_CONFIG_DIR}/cadi.properties |