You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
52 lines
1.3 KiB
52 lines
1.3 KiB
{
|
|
"server.urls": "http://*:8010",
|
|
"BasePath": "/UserCenter",
|
|
"tableprefix": "uc",
|
|
"useRedisSignalR": "false",
|
|
"useConfigServer": "false",
|
|
"useLogServer": "false",
|
|
"useServiceServer": "false",
|
|
"nacosConfigServer": {
|
|
"ServerAddresses": "localhost:8848",
|
|
"Optional": false,
|
|
"DataId": "UserCenter",
|
|
"Group": "IoT",
|
|
"Tenant": ""
|
|
},
|
|
"nacos": {
|
|
"ServerAddresses": [ "localhost:8848" ],
|
|
"DefaultTimeOut": 15,
|
|
"Namespace": "",
|
|
"ListenInterval": 1000,
|
|
"ServiceName": "UserCenter",
|
|
"Ip": "127.0.0.1",
|
|
"Port": "8010"
|
|
},
|
|
"jwt": {
|
|
"key": "111111111111111111111111",
|
|
"issuer": "111111111111111111111111",
|
|
"audience": "111111111111111111111111"
|
|
},
|
|
"elasticsearch": {
|
|
"url": "http://localhost:9200"
|
|
},
|
|
"security": {
|
|
"key": "111111111111111111111111"
|
|
},
|
|
"openapi": {
|
|
"name": "openapi",
|
|
"title": "title",
|
|
"version": "v1"
|
|
},
|
|
"ConnectionStrings": {
|
|
"postgresql": "User ID=root;Host=localhost;Port=26257;Database=usercenter;CommandTimeout=120",
|
|
"sqlite": "Data Source=usercenter.db",
|
|
"mysql": "Server=127.0.0.1;Port=3306;Database=usercenter;Uid=root;Pwd=root;",
|
|
"redis": "127.0.0.1:6379,allowAdmin=true"
|
|
},
|
|
"AppSettings": {
|
|
"database": "sqlite",
|
|
"cache": "memory",
|
|
"upload": "http://10.10.24.104:8180/group1/upload"
|
|
}
|
|
} |