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/StudyCenter/appsettings.json

30 lines
825 B

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