back photo + event tags and persons
This commit is contained in:
18
back/appsettings.Production.json
Normal file
18
back/appsettings.Production.json
Normal 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}"
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user