X-Git-Url: https://gerrit.onap.org/r/gitweb?p=aai%2Fesr-server.git;a=blobdiff_plain;f=standalone%2Fsrc%2Fmain%2Fassembly%2Fconf%2Fextsys.yml;h=ec0382bc38abdee4fa9943006d386c9c1017a79d;hp=a66ccc1d96ae105a2b804978acd8534550e293ec;hb=186c4b03cb192324f2d359273ee645d98ea8d1f2;hpb=fa6dd60a45a093205ae55065f6de044c91493e60 diff --git a/standalone/src/main/assembly/conf/extsys.yml b/standalone/src/main/assembly/conf/extsys.yml index a66ccc1..ec0382b 100644 --- a/standalone/src/main/assembly/conf/extsys.yml +++ b/standalone/src/main/assembly/conf/extsys.yml @@ -1,5 +1,5 @@ # -# Copyright 2016-2017 ZTE Corporation. +# Copyright 2016-2018 ZTE Corporation. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -16,12 +16,13 @@ template: Hello, %s! -defaultName: ${DW_DEFAULT_NAME:-Stranger} +#defaultName: ${DW_DEFAULT_NAME:-Stranger} # the micro service ip -serviceIp: -msbIp: 127.0.0.1 -msbPort: 10081 -msbServerAddr: http://127.0.0.1:80 +serviceIp: 127.0.0.1 +msbDiscoveryIp: 127.0.0.1 +msbDiscoveryPort: 10081 +msbServerAddr: http://127.0.0.1:443 +registByHand: true # use the simple server factory if you only want to run on a single port #server: @@ -35,8 +36,12 @@ server: applicationContextPath: / adminContextPath: /admin connector: - type: http - port: 8100 + type: https + port: 9518 + keyStorePath: /home/esr/conf/aaiesr.keystore + keyStorePassword: aaiesr + validateCerts: false + validatePeers: false # Logging settings. logging: