hikvision-sync-service/Properties/launchSettings.json

22 lines
566 B
JSON

{
"$schema": "http://json.schemastore.org/launchsettings.json",
"profiles": {
"HikvisionAttendanceService (Debug Console)": {
"commandName": "Project",
"commandLineArgs": "--console",
"dotnetRunMessages": true,
"environmentVariables": {
"DOTNET_ENVIRONMENT": "Development"
}
},
"HikvisionAttendanceService": {
"commandName": "Project",
"commandLineArgs": "--console",
"dotnetRunMessages": true,
"environmentVariables": {
"DOTNET_ENVIRONMENT": "Development"
}
}
}
}