28 lines
610 B
JSON
28 lines
610 B
JSON
{
|
|
"ConnectionStrings": {
|
|
"MapDatabase": "Data Source=maps.db"
|
|
},
|
|
"ImageStorage": {
|
|
"StorageType": "FileSystem",
|
|
"Minio": {
|
|
"Endpoint": "localhost:9000",
|
|
"AccessKey": "minioadmin",
|
|
"SecretKey": "minioadmin",
|
|
"BucketName": "map-images",
|
|
"UseSSL": false
|
|
},
|
|
"FileSystem": {
|
|
"FolderName": "MapImages"
|
|
}
|
|
},
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning",
|
|
"Microsoft.EntityFrameworkCore": "Warning",
|
|
"RobotNet10.MapManager": "Information"
|
|
}
|
|
}
|
|
}
|
|
|