JaredTan95 commented on issue #2194: fix gRPCHost URL: https://github.com/apache/incubator-skywalking/pull/2194#issuecomment-456429698 @heyanlong Can you keep it consistent with `oap-server/server-starter/src/main/resources/application.yml`? such as: ``` restHost: ${SW_CORE_REST_HOST:0.0.0.0} restPort: ${SW_CORE_REST_PORT:12800} restContextPath: ${SW_CORE_REST_CONTEXT_PATH:/} gRPCHost: ${SW_CORE_GRPC_HOST:0.0.0.0} gRPCPort: ${SW_CORE_GRPC_PORT:11800} ```
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
