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

19 lines
493 B

{
"server.urls": "http://*:8002",
"Logging": {
"LogLevel": {
"Default": "Warning",
"Microsoft": "Warning"
}
},
"ConnectionStrings": {
"SQLite": "Data Source=iotnode.db"
},
"AppSettings": {
"SecretKey": "111111111111111111111111",
"JWT": "key=111111111111111111111111;issuer=111111111111111111111111;audience=111111111111111111111111;cookie=jwt",
"OpenApi": "name=v1;title=title;version=1.0",
"TablePrefix": "",
"Database": "SQLite"
}
}