diff options
author | Minteck <contact@minteck.org> | 2021-12-12 13:04:51 +0100 |
---|---|---|
committer | Minteck <contact@minteck.org> | 2021-12-12 13:04:51 +0100 |
commit | 0213485154399b7d29bf599e11d74fbe7097f88a (patch) | |
tree | 42487323fe049ec25ec26d81c45715cb07c7f24d /.idea | |
parent | 9ca7f4f0582bf219e0b777c60b308accb682057f (diff) | |
download | wolfeye-php-0213485154399b7d29bf599e11d74fbe7097f88a.tar.gz wolfeye-php-0213485154399b7d29bf599e11d74fbe7097f88a.tar.bz2 wolfeye-php-0213485154399b7d29bf599e11d74fbe7097f88a.zip |
Home redesign v2
Diffstat (limited to '.idea')
-rw-r--r-- | .idea/sshConfigs.xml | 2 | ||||
-rw-r--r-- | .idea/webServers.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.idea/sshConfigs.xml b/.idea/sshConfigs.xml index 66ef29d..26053e5 100644 --- a/.idea/sshConfigs.xml +++ b/.idea/sshConfigs.xml @@ -2,7 +2,7 @@ <project version="4"> <component name="SshConfigs"> <configs> - <sshConfig authType="OPEN_SSH" host="minteck.org" id="319e7a2c-5091-4381-a0bc-0aad15d58f41" port="22465" nameFormat="DESCRIPTIVE" username="root" useOpenSSHConfig="true" /> + <sshConfig authType="OPEN_SSH" host="minteck.org" id="319e7a2c-5091-4381-a0bc-0aad15d58f41" port="22" nameFormat="DESCRIPTIVE" username="root" useOpenSSHConfig="true" /> </configs> </component> </project>
\ No newline at end of file diff --git a/.idea/webServers.xml b/.idea/webServers.xml index e9b027b..933b983 100644 --- a/.idea/webServers.xml +++ b/.idea/webServers.xml @@ -3,7 +3,7 @@ <component name="WebServers"> <option name="servers"> <webServer id="4ddeb4db-477c-482b-8bc1-be8e25957b40" name="Familine"> - <fileTransfer accessType="SFTP" host="minteck.org" port="22465" sshConfigId="319e7a2c-5091-4381-a0bc-0aad15d58f41" sshConfig="root@minteck.org:22465 agent" authAgent="true"> + <fileTransfer accessType="SFTP" host="minteck.org" port="22" sshConfigId="319e7a2c-5091-4381-a0bc-0aad15d58f41" sshConfig="root@minteck.org:22 agent" authAgent="true"> <advancedOptions> <advancedOptions dataProtectionLevel="Private" keepAliveTimeout="0" passiveMode="true" shareSSLContext="true" /> </advancedOptions> |