diff options
author | Alexis de Talhouƫt <alexis.de_talhouet@bell.ca> | 2018-12-07 18:13:10 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-12-07 18:13:10 +0000 |
commit | a3813832985a30642d56b4ae49fe45d4170ece0d (patch) | |
tree | f746fc88a535492eeb18da717f4c3bf6c811aa0b /charts/aai-babel/resources/rproxy/config/primary-service.properties | |
parent | 3535168b237838e1d2dbd5582709044385617d7d (diff) | |
parent | 036f61841fbc196eb3d81cc2ce7cd0d106e776e4 (diff) |
Merge "Adding pluggable security to Babel"
Diffstat (limited to 'charts/aai-babel/resources/rproxy/config/primary-service.properties')
-rw-r--r-- | charts/aai-babel/resources/rproxy/config/primary-service.properties | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/charts/aai-babel/resources/rproxy/config/primary-service.properties b/charts/aai-babel/resources/rproxy/config/primary-service.properties new file mode 100644 index 0000000..7055bf5 --- /dev/null +++ b/charts/aai-babel/resources/rproxy/config/primary-service.properties @@ -0,0 +1,3 @@ +primary-service.protocol = https +primary-service.host = localhost +primary-service.port = 9516 |