ELT.Gateway/ELT/Properties/launchSettings.json
2023-10-04 17:37:26 +03:00

38 lines
929 B
JSON

{
"iisSettings": {
"windowsAuthentication": false,
"anonymousAuthentication": true,
"iisExpress": {
"applicationUrl": "http://localhost:59615",
"sslPort": 0
}
},
"$schema": "http://json.schemastore.org/launchsettings.json",
"profiles": {
"IIS Express": {
"commandName": "IISExpress",
"launchBrowser": false,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development",
"eltPassword": "123456",
"eltLogin": "Evo123"
}
},
"ELT": {
"commandName": "Project",
"launchBrowser": false,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development",
"eltPassword": "123456",
"eltLogin": "Evo123"
},
"applicationUrl": "http://localhost:2000"
},
"Docker": {
"commandName": "Docker",
"environmentVariables": {
},
"publishAllPorts": true
}
}
}