| # |
| ## --------------------------------------------------------------------------- |
| ## Licensed to the Apache Software Foundation (ASF) under one or more |
| ## contributor license agreements. See the NOTICE file distributed with |
| ## this work for additional information regarding copyright ownership. |
| ## The ASF licenses this file to You under the Apache License, Version 2.0 |
| ## (the "License"); you may not use this file except in compliance with |
| ## the License. You may obtain a copy of the License at |
| ## |
| ## http://www.apache.org/licenses/LICENSE-2.0 |
| ## |
| ## Unless required by applicable law or agreed to in writing, software |
| ## distributed under the License is distributed on an "AS IS" BASIS, |
| ## WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| ## See the License for the specific language governing permissions and |
| ## limitations under the License. |
| ## --------------------------------------------------------------------------- |
| |
| APPLICATION_ID: apollotest |
| service_description: |
| name: apollo-test |
| version: 1.0.1 |
| |
| apollo: |
| config: |
| serverUri: http://127.0.0.1:8070 |
| serviceName: apollo-test #AppId in apollo |
| env: DEV |
| #default clusters name in apollo,if user create new clusters please replace this setting value |
| #more detail can be found at https://github.com/ctripcorp/apollo/wiki |
| clusters: default |
| #default namespace name in apollo,if user create new namespace please replace this setting value |
| #more detail can be found at https://github.com/ctripcorp/apollo/wiki/Apollo%E6%A0%B8%E5%BF%83%E6%A6%82%E5%BF%B5%E4%B9%8B%E2%80%9CNamespace%E2%80%9D |
| namespace: application |
| token: #get token from Apollo web pages |
| servicecomb: |
| service: |
| registry: |
| address: http://127.0.0.1:30100 |
| rest: |
| address: 0.0.0.0:8080 |
| handler: |
| chain: |
| Provider: |
| default: bizkeeper-provider |
| #executors: |
| #default: test |
| #Provider: |
| #server: test |
| #server.wrapParam: test |