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.
iot/projects/IoTNode/appsettings.json

33 lines
617 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"
}
}