15 lines
312 B
JSON
15 lines
312 B
JSON
{
|
|
"Databases": {
|
|
"BaseDirectory": "data",
|
|
"Data": {
|
|
"Provider": "sqlite",
|
|
"ConnectionString": "Data Source=data/app.db;Cache=Shared"
|
|
},
|
|
"Blob": {
|
|
"Provider": "system",
|
|
"baseUrl": "https://localhost:7273/api/photo/{id}/{res}",
|
|
"SystemContainer": "imgs"
|
|
}
|
|
}
|
|
}
|