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.
43 lines
897 B
43 lines
897 B
{
|
|
"server.urls": "http://*:8002",
|
|
"tableprefix": "iot",
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Warning",
|
|
"Microsoft": "Warning"
|
|
}
|
|
},
|
|
"ConnectionStrings": {
|
|
"sqlite": "Data Source=iotnode.db"
|
|
},
|
|
"AppSettings": {
|
|
"database": "sqlite"
|
|
},
|
|
"openapi": {
|
|
"name": "v1",
|
|
"title": "iotnode",
|
|
"version": "1.0"
|
|
},
|
|
"security": {
|
|
"key": "111111111111111111111111"
|
|
},
|
|
"jwt": {
|
|
"key": "111111111111111111111111",
|
|
"issuer": "111111111111111111111111",
|
|
"audience": "111111111111111111111111"
|
|
},
|
|
"auth": {
|
|
"usr": "admin",
|
|
"pwd": "admin"
|
|
},
|
|
"seed": {
|
|
"host": "localhost",
|
|
"stream": "localhost",
|
|
"delay": "100",
|
|
"OrganName": "默认机构名称",
|
|
"OrganNumber": "默认机构编号",
|
|
"CategoryName": "默认分类名称",
|
|
"CategoryNumber": "默认分类编号",
|
|
"NodeName": "节点"
|
|
}
|
|
} |