repomgr/Properties/launchSettings.json

14 lines
297 B
JSON
Raw Normal View History

2019-07-05 00:36:10 +02:00
{
2019-07-05 16:23:05 +02:00
2019-07-05 00:36:10 +02:00
"profiles": {
"repomgr": {
"commandName": "Project",
2019-07-05 16:23:05 +02:00
"launchBrowser": false,
"applicationUrl": "http://localhost:5000",
2019-07-05 00:36:10 +02:00
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
2019-07-05 16:23:05 +02:00
},
"commandLineArgs": "/opt/repomgr daemon"
2019-07-05 00:36:10 +02:00
}
}
}