back photo + event tags and persons

This commit is contained in:
2025-08-10 20:07:40 +02:00
parent 0cc8bddfa1
commit f61b48fa4b
46 changed files with 1438 additions and 189 deletions

View File

@@ -0,0 +1,18 @@
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"Databases": {
"Data": {
"Provider": "sqlite",
"ConnectionString": "Data Source=data/app.db;Cache=Shared"
},
"Blob": {
"Provider": "system",
"baseUrl": "https://back.mmorales.photo/api/photo/{id}/{res}"
}
}
}