| # |
| # 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. |
| # |
| |
| spring: |
| application: |
| name: hugegraph-pd |
| |
| management: |
| metrics: |
| export: |
| prometheus: |
| enabled: true |
| endpoints: |
| web: |
| exposure: |
| include: "*" |
| |
| logging: |
| config: 'file:./conf/log4j2.xml' |
| license: |
| verify-path: ./conf/verify-license.json |
| license-path: ./conf/hugegraph.license |
| grpc: |
| port: 8686 |
| host: 127.0.0.1 |
| |
| server: |
| port: 8620 |
| |
| pd: |
| data-path: ./pd_data |
| patrol-interval: 1800 |
| initial-store-count: 3 |
| initial-store-list: 127.0.0.1:8500,127.0.0.1:8501,127.0.0.1:8502 |
| |
| raft: |
| address: 127.0.0.1:8610 |
| peers-list: 127.0.0.1:8610,127.0.0.1:8611,127.0.0.1:8612 |
| |
| store: |
| max-down-time: 172800 |
| monitor_data_enabled: true |
| monitor_data_interval: 1 minute |
| monitor_data_retention: 1 day |
| initial-store-count: 1 |
| |
| partition: |
| default-shard-count: 1 |
| store-max-shard-count: 12 |