北航定位系统服务端
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.

36 lines
687 B

{
"Kestrel": {
"Endpoints": {
"Http": {
"Url": "http://localhost:8279"
},
"Https": {
"Url": "https://localhost:8278"
}
}
},
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",
"Authentication": {
"Schemes": {
"Bearer": {
"ValidIssuer": "anxin99.com"
}
}
},
"ConnectionStrings": {
"SQLite": "Filename=BuaaLocationServer.db"
},
"JwtSettings": {
"Secret": "sj2fojl#;aldjf;la0808l@mvfljsdfy",
"Issuer": "anxin99.com",
"Audience": "BUAALOCATION",
"Expires": 1200,
"RefreshExpires": 60
}
}