MilliSim/backend/MilliSim.Api/appsettings.json

22 lines
600 B
JSON

{
"ConnectionStrings": {
"DefaultConnection": "Server=sh-cdb-67f2jqfa.sql.tencentcdb.com;Port=27319;Database=millisim4;Uid=unity;Pwd=unity@1478;CharSet=utf8mb4;"
},
"Jwt": {
"SecretKey": "MilliSim2026SecretKeyForJwtTokenGeneration_8f7e6d5c4b3a2918",
"Issuer": "MilliSim",
"Audience": "MilliSim",
"ExpireDays": 7
},
"Cors": {
"AllowedOrigins": [ "http://localhost:5173", "http://localhost:3000", "http://localhost:8080" ]
},
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*"
}