diff options
author | andre.schmid <andre.schmid@est.tech> | 2020-05-05 11:11:54 +0100 |
---|---|---|
committer | André Schmid <andre.schmid@est.tech> | 2020-05-06 10:29:59 +0000 |
commit | 27564b747db964cea07fe94d855ecedce6d6326d (patch) | |
tree | 3bf96133848f062c7904ce00aa3090173100d5f9 /sdc-workflow-bdd | |
parent | 43e7a9e755d089379074331cd2034d68b02dbca8 (diff) |
Adjust docker-compose and SSL config
SSL is disabled by default as it is documented in the README.
Expose a port for cassandra docker.
Fix sdc-workflow-backend SDC_ENDPOINT environment variable.
Add some build artifacts to gitignore.
Issue-ID: SDC-3020
Change-Id: If4d81752f6b7c2c1ec2a73327bebbb8ef3ce0420
Signed-off-by: andre.schmid <andre.schmid@est.tech>
Diffstat (limited to 'sdc-workflow-bdd')
-rw-r--r-- | sdc-workflow-bdd/.gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sdc-workflow-bdd/.gitignore b/sdc-workflow-bdd/.gitignore index 316e3984..8919ee4e 100644 --- a/sdc-workflow-bdd/.gitignore +++ b/sdc-workflow-bdd/.gitignore @@ -5,7 +5,9 @@ debug.log dist docs node_modules +node .npmrc npm-debug.log devConfig.json jenkinsConfig.json +/yarn.lock |