26 lines
602 B
JSON
26 lines
602 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"AllowedHosts": "*",
|
|
"ConnectionStrings": {
|
|
"DefaultConnection": "Data Source=amtscanner.db",
|
|
"MySqlConnection": "Server=localhost;Port=3306;Database=amtscanner;User=root;Password=root;"
|
|
},
|
|
"DatabaseProvider": "MySQL",
|
|
"Scanner": {
|
|
"ThreadPoolSize": 50,
|
|
"TimeoutSeconds": 2,
|
|
"RmcpPort": 623,
|
|
"UseWsDiscovery": true
|
|
},
|
|
"Guacamole": {
|
|
"BaseUrl": "http://localhost:8080/guacamole",
|
|
"Username": "guacadmin",
|
|
"Password": "guacadmin"
|
|
}
|
|
}
|