/
IamDeveloper
/
MyRecipeAppFront
Обзор
Документация
Войти
/
IamDeveloper
/
MyRecipeAppFront
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
Properties/launchSettings.json
34 строки
959 B
Dmitriy Urazlin
Добавьте файлы проекта.
09 авг 2026, 19:51
09 авг 2026, 19:51
e30eebb
Код
Авторство
О чём код?
{ "profiles": { "http": { "commandName": "Project", "launchBrowser": true, "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development" }, "dotnetRunMessages": true, "applicationUrl": "http://192.168.1.16:5290" }, "https": { "commandName": "Project", "launchBrowser": true, "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development" }, "dotnetRunMessages": true, "applicationUrl": "https://192.168.1.16:7245;http://192.168.1.16:5290" }, "Container (Dockerfile)": { "commandName": "Docker", "launchBrowser": true, "launchUrl": "{Scheme}://{ServiceHost}:{ServicePort}", "environmentVariables": { "ASPNETCORE_HTTPS_PORTS": "8081", "ASPNETCORE_HTTP_PORTS": "8080" }, "publishAllPorts": true, "useSSL": true } }, "$schema": "https://json.schemastore.org/launchsettings.json" }