Files
Yi.Framework/Yi.Framework.Net6/Yi.Framework.ApiMicroservice/Config/configuration.json
2022-04-24 17:09:43 +08:00

8 lines
158 B
JSON

{
"apollo": {
"AppId": "ApiMicroservice",
"Env": "DEV",
"MetaServer": "http://[xxxx]:18080",
"ConfigServer": [ "http://[xxxx]:18080" ]
}
}