Files
AobaV2/AobaServer/appsettings.Development.json
Amatsugu 3d4e269c21 inputs.scss refactor
Added upload date to media + sort by date
2025-05-18 19:58:56 -04:00

10 lines
148 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"DB_STRING": "mongodb://NinoIna:27017"
}