Commit c9f337a4 authored by 周远喜's avatar 周远喜

v6

parent ed4a1297
{ {
"ConnectionStrings": {
"Default": "Server=39.100.148.168; Database=system; charset=utf8;user=root;password=root@Mysql8@228;port=3307;pooling=true;min pool size=1;max pool size=5;"
},
//"Logging": {
// "IncludeScopes": true,
// "LogLevel": {
// "Default": "DEBUG",
// "System": "DEBUG",
// "Microsoft": "DEBUG"
// }
//},
"App": { "App": {
"ServerAddress": "http://*:10160" "ServerAddress": "http://*:10160/",
"Title": "系统管理 API",
"Version": "v1",
"ApiName": "registry",
"SwaggerClientId": "registry_api_swagger",
"db": { "database": "mes" }
}, },
"apollo": { "ServiceDiscovery": {
"AppId": "saas_mes_registry", "ServiceName": "registry",
"Env": "Pro", "Version": "1.0.0-pre",
"Meta": { "HealthCheckTemplate": "/api/health",
//"MetaServer": "http://39.100.148.168:8080", "Endpoints": [ "http://192.168.0.181:10160" ]
"FAT": "http://39.100.148.168:8082", },
"DEV": "http://39.100.148.168:8080", "AgileConfig": {
"UAT": "http://39.100.148.168:8082", "appId": "saas-config",
"PRO": "http://39.100.148.168:8081" "secret": "",
} "nodes": "http://192.168.0.181:9800", //多个节点使用逗号分隔,
"name": "registry",
"tag": "v1"
} }
} }
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment