diff options
author | Determe, Sebastien (sd378r) <sd378r@intl.att.com> | 2018-03-01 18:33:26 +0100 |
---|---|---|
committer | Determe, Sebastien (sd378r) <sd378r@intl.att.com> | 2018-03-01 18:33:26 +0100 |
commit | 1e1f4b271a1531b01e3cf76b53d19470f31f3262 (patch) | |
tree | b81b523d3fba3064f512d6334953bf9f57f1f793 /extra/docker | |
parent | b42ef89649fc86f7912b40a6da22fb069baa94a0 (diff) |
Fix Clamp runtime
Add the missing file for SDC Config in resource and docker clamp.env.
Issue-ID: CLAMP-81
Change-Id: Ie1a22fcc1a8d95fcc5dd826353e989c7e1707abd
Signed-off-by: Determe, Sebastien (sd378r) <sd378r@intl.att.com>
Diffstat (limited to 'extra/docker')
-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 47ec08f63..7beb4fe1c 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 |