diff options
author | Eddy Hautot <eh552t@intl.att.com> | 2018-03-02 10:39:49 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-03-02 10:39:49 +0000 |
commit | f9121f131d1ee833eef18789a7c6f459efd788d4 (patch) | |
tree | 20c8eee16ea3c18291e1508d9dae7f70149bb76c /extra | |
parent | 26d77ab695e5e5b247f882ca0fcf0b911ef44ebb (diff) | |
parent | 1e1f4b271a1531b01e3cf76b53d19470f31f3262 (diff) |
Merge "Fix Clamp runtime"
Diffstat (limited to 'extra')
-rw-r--r-- | extra/docker/clamp/clamp.env | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/docker/clamp/clamp.env b/extra/docker/clamp/clamp.env index 47ec08f6..7beb4fe1 100644 --- a/extra/docker/clamp/clamp.env +++ b/extra/docker/clamp/clamp.env @@ -1,2 +1,2 @@ ### Be careful, this must be in one line only ### -SPRING_APPLICATION_JSON={"spring.datasource.cldsdb.url":"jdbc:mariadb:sequential://db:3306/cldsdb4?autoReconnect=true&connectTimeout=10000&socketTimeout=10000&retriesAllDown=3","org.onap.clamp.config.files.cldsPolicyConfig":"classpath:/clds/clds-policy-config.properties","org.onap.clamp.config.files.cldsReference":"classpath:/clds/clds-reference.properties"}
\ No newline at end of file +SPRING_APPLICATION_JSON={"spring.datasource.cldsdb.url":"jdbc:mariadb:sequential://db:3306/cldsdb4?autoReconnect=true&connectTimeout=10000&socketTimeout=10000&retriesAllDown=3","org.onap.clamp.config.files.cldsPolicyConfig":"classpath:/clds/clds-policy-config.properties","org.onap.clamp.config.files.cldsReference":"classpath:/clds/clds-reference.properties","org.onap.clamp.config.files.sdcController":"classpath:/clds/sdc-controllers-config.json"}
\ No newline at end of file |