nacos-viper-remote/example_config.yaml

26 lines
588 B
YAML
Raw Permalink Normal View History

2021-04-29 19:54:59 +08:00
yoyogo:
application:
name: yoyogo_demo_dev
cloud:
discovery:
cache:
ttl: 30 # seconds
strategy: "round-robin" # round-robin , weight-time , random
type: "nacos"
metadata:
2021-04-30 11:17:50 +08:00
url: "localhost"
2021-04-29 19:54:59 +08:00
port: 80
namespace: "public"
group: "DEFAULT_GROUP"
configserver:
dataId: "config_dev"
auth:
enable: true
username: "root"
2021-04-30 11:17:50 +08:00
password: "1234"
2021-06-01 19:33:47 +08:00
endpoint: ""
regionId: ""
accessKey: ""
secretKey: ""
openKMS: false