mirror of
https://github.com/fergalmoran/api.fergl.ie.git
synced 2025-12-22 09:18:23 +00:00
16 lines
393 B
JSON
16 lines
393 B
JSON
{
|
|
"$schema": "http://json.schemastore.org/launchsettings.json",
|
|
"profiles": {
|
|
"https": {
|
|
"commandName": "Project",
|
|
"dotnetRunMessages": true,
|
|
"launchBrowser": false,
|
|
"applicationUrl": "https://10.1.1.1:5001",
|
|
"environmentVariables": {
|
|
"ASPNETCORE_ENVIRONMENT": "Development",
|
|
"DOTNET_ROOT_X64": "/home/fergalm/.dotnet"
|
|
}
|
|
}
|
|
}
|
|
}
|