Initial commit
This commit is contained in:
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user