my-jetbrains-settings/webServers.xml

19 lines
850 B
XML
Raw Normal View History

<application>
<component name="WebServers">
<option name="servers">
<webServer id="2fe9bd2a-4b11-487b-b338-5e2c36037250" name="localhost" url="http://localhost">
<fileTransfer mountedRoot="/srv/http" accessType="MOUNT" port="0" />
</webServer>
<webServer id="bb1f79e4-cf8e-47ee-8df8-ea3eb308300f" name="Portofilio" url="http://localhost:3000">
<fileTransfer accessType="LOCAL" port="0" />
</webServer>
<webServer id="9c4a276a-9fe0-4126-8539-b510c839c98c" name="azure ubuntu" url="http://lovejoy.tk">
<fileTransfer host="lovejoy.tk" port="21">
<advancedOptions>
<advancedOptions dataProtectionLevel="Private" passiveMode="true" shareSSLContext="true" />
</advancedOptions>
</fileTransfer>
</webServer>
</option>
</component>
</application>