X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=nonrtric%2Fhelm%2Finformationservice%2Fresources%2Fconfig%2Fapplication.yaml;fp=nonrtric%2Fhelm%2Fenrichmentservice%2Fresources%2Fconfig%2Fapplication.yaml;h=5d949a9282b65395f1c1c92a91c3dcb010f2c076;hb=326fd8c271cde82ade05d81b77859a002eecd33b;hp=75b11ad8a69e3dfc8a565638092d674f66465065;hpb=979de8747c7fb63438a350fb5631494bc87b485b;p=it%2Fdep.git diff --git a/nonrtric/helm/enrichmentservice/resources/config/application.yaml b/nonrtric/helm/informationservice/resources/config/application.yaml similarity index 75% rename from nonrtric/helm/enrichmentservice/resources/config/application.yaml rename to nonrtric/helm/informationservice/resources/config/application.yaml index 75b11ad8..5d949a92 100644 --- a/nonrtric/helm/enrichmentservice/resources/config/application.yaml +++ b/nonrtric/helm/informationservice/resources/config/application.yaml @@ -33,22 +33,26 @@ logging: org.springframework: ERROR org.springframework.data: ERROR org.springframework.web.reactive.function.client.ExchangeFunctions: ERROR - org.oransc.enrichment: INFO + org.oransc.information: INFO file: - name: /var/log/enrichment-coordinator-service/application.log + name: /var/log/information-coordinator-service/application.log server: port : 8434 http-port: 8083 ssl: key-store-type: JKS key-store-password: policy_agent - key-store: /opt/app/enrichment-coordinator-service/etc/cert/keystore.jks + key-store: /opt/app/information-coordinator-service/etc/cert/keystore.jks key-password: policy_agent key-alias: policy_agent app: - filepath: /opt/app/enrichment-coordinator-service/data/application_configuration.json + filepath: /opt/app/information-coordinator-service/data/application_configuration.json webclient: trust-store-used: false trust-store-password: policy_agent - trust-store: /opt/app/enrichment-coordinator-service/etc/cert/truststore.jks - vardata-directory: /var/enrichment-coordinator-service \ No newline at end of file + trust-store: /opt/app/information-coordinator-service/etc/cert/truststore.jks + # Configuration of usage of HTTP Proxy for the southbound accesses. + # The HTTP proxy (if configured) will only be used for accessing NearRT RIC:s + http.proxy-host: + http.proxy-port: 0 + vardata-directory: /var/information-coordinator-service \ No newline at end of file