repomgr/Properties/launchSettings.json

14 lines
293 B
JSON
Raw Normal View History

2019-07-05 23:12:11 +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": {
2019-07-05 23:12:11 +02:00
"ASPNETCORE_ENVIRONMENT": "Production"
2019-07-05 16:23:05 +02:00
},
"commandLineArgs": "/opt/repomgr daemon"
2019-07-05 00:36:10 +02:00
}
}
}