diff options
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 |