{ "server.urls": "http://*:8012", "tableprefix": "study", "Logging": { "LogLevel": { "Default": "Warning" } }, "ConnectionStrings": { "postgresql": "User ID=root;Host=localhost;Port=26257;Database=iotdb;", "sqlite": "Data Source=studycenter.db", "mysql": "Server=localhost;Port=3306;Database=studycenter;Uid=root;Pwd=root;" }, "AppSettings": { "database": "sqlite", "cache": "memory" }, "usercenter": { "key": "123456", "login": "http://localhost/UserCenter/Account/Login", "logout": "http://localhost/UserCenter/Account/Logout", "register": "http://localhost/UserCenter/Account/Register" }, "jwt": { "key": "111111111111111111111111", "issuer": "111111111111111111111111", "audience": "111111111111111111111111", "cookie": "study" } }