{ "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" } }