Files
BQP/srcs/RobotNet10/Commons/RobotNet10.MapManager/appsettings.example.json
2026-07-13 09:25:40 +07:00

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"
}
}
}