diff options
author | Minteck <contact@minteck.org> | 2022-08-31 22:03:07 +0200 |
---|---|---|
committer | Minteck <contact@minteck.org> | 2022-08-31 22:03:07 +0200 |
commit | b5f589c323f415bb42ea7069cb4d1a8a2233dd69 (patch) | |
tree | c3b80234ab7f463a2e7b8b672ceff57422b3496b /.idea | |
parent | 09bd0164ebc020a54b944b7326dcba496fb5d82c (diff) | |
download | pluralconnect-b5f589c323f415bb42ea7069cb4d1a8a2233dd69.tar.gz pluralconnect-b5f589c323f415bb42ea7069cb4d1a8a2233dd69.tar.bz2 pluralconnect-b5f589c323f415bb42ea7069cb4d1a8a2233dd69.zip |
Update I guess - Stuffie
Diffstat (limited to '.idea')
-rw-r--r-- | .idea/deployment.xml | 2 | ||||
-rw-r--r-- | .idea/sshConfigs.xml | 8 | ||||
-rw-r--r-- | .idea/webServers.xml | 14 |
3 files changed, 1 insertions, 23 deletions
diff --git a/.idea/deployment.xml b/.idea/deployment.xml index d10c7a3..c2f202c 100644 --- a/.idea/deployment.xml +++ b/.idea/deployment.xml @@ -5,7 +5,7 @@ <paths name="Minteck.org"> <serverdata> <mappings> - <mapping deploy="/mnt/ponies2" local="$PROJECT_DIR$" web="/" /> + <mapping deploy="/nas/web/ponies.equestria.horse" local="$PROJECT_DIR$" web="/" /> </mappings> </serverdata> </paths> diff --git a/.idea/sshConfigs.xml b/.idea/sshConfigs.xml deleted file mode 100644 index dfef745..0000000 --- a/.idea/sshConfigs.xml +++ /dev/null @@ -1,8 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<project version="4"> - <component name="SshConfigs"> - <configs> - <sshConfig host="maretimebay.equestria.dev" id="76fdfa47-03dd-4016-910d-81ac448aee26" keyPath="$USER_HOME$/.ssh/id_rsa" port="22465" 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 deleted file mode 100644 index 57d9319..0000000 --- a/.idea/webServers.xml +++ /dev/null @@ -1,14 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<project version="4"> - <component name="WebServers"> - <option name="servers"> - <webServer id="0a9037b0-86db-4006-a963-570a31c7eeb7" name="Minteck.org (project level)"> - <fileTransfer accessType="SFTP" host="maretimebay.equestria.dev" port="22465" sshConfigId="76fdfa47-03dd-4016-910d-81ac448aee26" sshConfig="root@maretimebay.equestria.dev:22465 key" keyPair="true"> - <advancedOptions> - <advancedOptions dataProtectionLevel="Private" keepAliveTimeout="0" passiveMode="true" shareSSLContext="true" /> - </advancedOptions> - </fileTransfer> - </webServer> - </option> - </component> -</project>
\ No newline at end of file |