repomgr/Properties/launchSettings.json
2019-07-05 17:00:03 +02:00

14 lines
297 B
JSON

{
"profiles": {
"repomgr": {
"commandName": "Project",
"launchBrowser": false,
"applicationUrl": "http://localhost:5000",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
},
"commandLineArgs": "/opt/repomgr daemon"
}
}
}