Files
api.fergl.ie/Properties/launchSettings.json
Fergal Moran b2e98ea716 Login done.
2023-12-01 18:27:54 +00:00

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"
}
}
}
}