diff options
author | ramverma <ram.krishna.verma@est.tech> | 2019-02-11 15:20:09 +0000 |
---|---|---|
committer | ramverma <ram.krishna.verma@est.tech> | 2019-02-11 15:20:09 +0000 |
commit | d1a702ca63adfd763bcc2e0aa1f71131bbc73308 (patch) | |
tree | c98147e092bcb83b3b220decd724595da80fae73 /packages/policy-pap-tarball/src/main/resources/etc/s3pConfig.json | |
parent | 74ead72904c6c9240dbfcf6d86433e32510416f6 (diff) |
Creating package & docker image of policy/pap
1) Creating zip package of entire policy pap.
2) Creating docker image of policy pap.
Change-Id: I41bd705966e75e9cf501154da71f90d11ff2b3e1
Issue-ID: POLICY-1478
Signed-off-by: ramverma <ram.krishna.verma@est.tech>
Diffstat (limited to 'packages/policy-pap-tarball/src/main/resources/etc/s3pConfig.json')
-rw-r--r-- | packages/policy-pap-tarball/src/main/resources/etc/s3pConfig.json | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/packages/policy-pap-tarball/src/main/resources/etc/s3pConfig.json b/packages/policy-pap-tarball/src/main/resources/etc/s3pConfig.json new file mode 100644 index 00000000..11bd507a --- /dev/null +++ b/packages/policy-pap-tarball/src/main/resources/etc/s3pConfig.json @@ -0,0 +1,11 @@ +{ + "name": "PapGroup", + "restServerParameters": { + "host": "0.0.0.0", + "port": 6969, + "userName": "healthcheck", + "password": "zb!XztG34", + "https": true, + "aaf": false + } +}
\ No newline at end of file |