36 lines
940 B
JSON
36 lines
940 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;ConvertZeroDateTime=True;AllowZeroDateTime=True;"
|
|
},
|
|
"DatabaseProvider": "MySQL",
|
|
"Scanner": {
|
|
"ThreadPoolSize": 50,
|
|
"TimeoutSeconds": 2,
|
|
"RmcpPort": 623,
|
|
"UseWsDiscovery": true
|
|
},
|
|
"Guacamole": {
|
|
"BaseUrl": "http://localhost:8080/guacamole",
|
|
"Username": "guacadmin",
|
|
"Password": "guacadmin"
|
|
},
|
|
"Jwt": {
|
|
"SecretKey": "AmtScannerSecretKey2024VeryLongAndSecure!@#$%",
|
|
"Issuer": "AmtScanner",
|
|
"Audience": "AmtScannerClient",
|
|
"AccessTokenExpirationMinutes": 60,
|
|
"RefreshTokenExpirationDays": 7
|
|
},
|
|
"Frontend": {
|
|
"ViewsPath": "../../adminSystem/src/views"
|
|
}
|
|
}
|