1 Star 0 Fork 11

柴宝/Metacat

forked from Gitee 极速下载/Metacat 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
sample_config.properties 1.88 KB
一键复制 编辑 原始数据 按行查看 历史
Ajoy Majumdar 提交于 2016-03-22 17:02 . Added copyright header.
#
# Copyright 2016 Netflix, Inc.
# Licensed 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.
#
####################
# metacat Properties
####################
# Ensure that this url is accessible locally and returns valid metacat healthcheck responses
# Note that this is likely on the same port as eureka.port
metacat.host.healthcheck.url=http://localhost:5050/status
# Timeout for calls to the healthcheck in ms
metacat.host.healthcheck.timeout=1500
# List of accepted encodings for the metacat proxy
metacat.proxy.req.acceptencoding=gzip
####################
# Eureka Service Registration Properties
####################
# Change this to the application name for your side managed process
eureka.name=MYSERVICE
# Change this to the VIP address for you side managed process
eureka.vipAddress=MYSERVICE
# This is the port your want clients to connect to in your side managed process
eureka.port=5050
####################
# Eureka Connectivity Properties
####################
# Change this to a working eureka-client configuration. For simplicity
# this metacat example assumes a single eureka main
eureka.serviceUrl.default=http://eurekaserverhostnameorip:8080/eureka
# In Karyon 2.0, Erueka will assume DatacenterInfo (Amazon) and without the
# below property, service registration will fail if you are running outside of
# Amazon (for development). In Amazon, delete this property.
eureka.validateInstanceId=false
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/chaibao/Metacat.git
git@gitee.com:chaibao/Metacat.git
chaibao
Metacat
Metacat
master

搜索帮助