{ "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": "节点" } }