repomgr/Properties/launchSettings.json
2019-07-07 00:01:25 +02:00

14 lines
293 B
JSON

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