Поправил порты

parent 2c125441
...@@ -3,11 +3,13 @@ ...@@ -3,11 +3,13 @@
<component name="AutoGeneratedRunConfigurationManager"> <component name="AutoGeneratedRunConfigurationManager">
<projectFile profileName="IIS Express">Jenkins/Jenkins.csproj</projectFile> <projectFile profileName="IIS Express">Jenkins/Jenkins.csproj</projectFile>
<projectFile profileName="Jenkins">Jenkins/Jenkins.csproj</projectFile> <projectFile profileName="Jenkins">Jenkins/Jenkins.csproj</projectFile>
<projectFile profileName="JenkinsMySettings">Jenkins/Jenkins.csproj</projectFile>
</component> </component>
<component name="ChangeListManager"> <component name="ChangeListManager">
<list default="true" id="642024cf-a703-4aa0-84b7-a2a2e8d52484" name="Changes" comment="Init"> <list default="true" id="642024cf-a703-4aa0-84b7-a2a2e8d52484" name="Changes" comment="Добавил профиль запуска приложения под Jenkins">
<change beforePath="$PROJECT_DIR$/.idea/.idea.Jenkins/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/.idea.Jenkins/.idea/workspace.xml" afterDir="false" /> <change beforePath="$PROJECT_DIR$/.idea/.idea.Jenkins/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/.idea.Jenkins/.idea/workspace.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Jenkins/Controllers/HomeController.cs" beforeDir="false" afterPath="$PROJECT_DIR$/Jenkins/Controllers/HomeController.cs" afterDir="false" /> <change beforePath="$PROJECT_DIR$/Jenkins/Controllers/HomeController.cs" beforeDir="false" afterPath="$PROJECT_DIR$/Jenkins/Controllers/HomeController.cs" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Jenkins/Properties/launchSettings.json" beforeDir="false" afterPath="$PROJECT_DIR$/Jenkins/Properties/launchSettings.json" afterDir="false" />
</list> </list>
<option name="SHOW_DIALOG" value="false" /> <option name="SHOW_DIALOG" value="false" />
<option name="HIGHLIGHT_CONFLICTS" value="true" /> <option name="HIGHLIGHT_CONFLICTS" value="true" />
...@@ -15,6 +17,7 @@ ...@@ -15,6 +17,7 @@
<option name="LAST_RESOLUTION" value="IGNORE" /> <option name="LAST_RESOLUTION" value="IGNORE" />
</component> </component>
<component name="HighlightingSettingsPerFile"> <component name="HighlightingSettingsPerFile">
<setting file="mock:///home/don-vito/Documents/AC#10/13/webinar/Jenkins/Jenkins/Controllers/HomeController.cs" root0="SKIP_HIGHLIGHTING" />
<setting file="file://$PROJECT_DIR$/Jenkins/obj/Debug/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs" root0="SKIP_HIGHLIGHTING" /> <setting file="file://$PROJECT_DIR$/Jenkins/obj/Debug/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs" root0="SKIP_HIGHLIGHTING" />
</component> </component>
<component name="MarkdownSettingsMigration"> <component name="MarkdownSettingsMigration">
...@@ -94,7 +97,7 @@ ...@@ -94,7 +97,7 @@
<option name="number" value="Default" /> <option name="number" value="Default" />
<option name="presentableId" value="Default" /> <option name="presentableId" value="Default" />
<updated>1668023728487</updated> <updated>1668023728487</updated>
<workItem from="1668023733700" duration="1972000" /> <workItem from="1668023733700" duration="2273000" />
</task> </task>
<task id="LOCAL-00001" summary="Init"> <task id="LOCAL-00001" summary="Init">
<created>1668023914840</created> <created>1668023914840</created>
...@@ -103,7 +106,14 @@ ...@@ -103,7 +106,14 @@
<option name="project" value="LOCAL" /> <option name="project" value="LOCAL" />
<updated>1668023914840</updated> <updated>1668023914840</updated>
</task> </task>
<option name="localTasksCounter" value="2" /> <task id="LOCAL-00002" summary="Добавил профиль запуска приложения под Jenkins">
<created>1668026004538</created>
<option name="number" value="00002" />
<option name="presentableId" value="LOCAL-00002" />
<option name="project" value="LOCAL" />
<updated>1668026004538</updated>
</task>
<option name="localTasksCounter" value="3" />
<servers /> <servers />
</component> </component>
<component name="TypeScriptGeneratedFilesManager"> <component name="TypeScriptGeneratedFilesManager">
...@@ -125,6 +135,7 @@ ...@@ -125,6 +135,7 @@
<component name="VcsManagerConfiguration"> <component name="VcsManagerConfiguration">
<option name="CLEAR_INITIAL_COMMIT_MESSAGE" value="true" /> <option name="CLEAR_INITIAL_COMMIT_MESSAGE" value="true" />
<MESSAGE value="Init" /> <MESSAGE value="Init" />
<option name="LAST_COMMIT_MESSAGE" value="Init" /> <MESSAGE value="Добавил профиль запуска приложения под Jenkins" />
<option name="LAST_COMMIT_MESSAGE" value="Добавил профиль запуска приложения под Jenkins" />
</component> </component>
</project> </project>
\ No newline at end of file
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
"commandName": "Project", "commandName": "Project",
"dotnetRunMessages": true, "dotnetRunMessages": true,
"launchBrowser": false, "launchBrowser": false,
"applicationUrl": "https://5.75.136.93:7134;http://5.75.136.93:5174", "applicationUrl": "https://5.75.136.93:5001;http://5.75.136.93:5000",
"environmentVariables": { "environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Production" "ASPNETCORE_ENVIRONMENT": "Production"
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment