From 2de3f442a49af045ce027b72980172e15487fcd0 Mon Sep 17 00:00:00 2001 From: SofianeLasri <alasri250@gmail.com> Date: Fri, 8 Apr 2022 19:52:01 +0200 Subject: [PATCH] PhpStorm --- .idea/.gitignore | 8 ++++++++ .idea/SL-Craft-Website.iml | 8 ++++++++ .idea/deployment.xml | 15 +++++++++++++++ .idea/modules.xml | 8 ++++++++ .idea/php.xml | 6 ++++++ .idea/sshConfigs.xml | 8 ++++++++ .idea/vcs.xml | 6 ++++++ .idea/webServers.xml | 14 ++++++++++++++ core/conf/ConfigurationGenerale.php | 2 +- 9 files changed, 74 insertions(+), 1 deletion(-) create mode 100644 .idea/.gitignore create mode 100644 .idea/SL-Craft-Website.iml create mode 100644 .idea/deployment.xml create mode 100644 .idea/modules.xml create mode 100644 .idea/php.xml create mode 100644 .idea/sshConfigs.xml create mode 100644 .idea/vcs.xml create mode 100644 .idea/webServers.xml diff --git a/.idea/.gitignore b/.idea/.gitignore new file mode 100644 index 00000000..13566b81 --- /dev/null +++ b/.idea/.gitignore @@ -0,0 +1,8 @@ +# Default ignored files +/shelf/ +/workspace.xml +# Editor-based HTTP Client requests +/httpRequests/ +# Datasource local storage ignored files +/dataSources/ +/dataSources.local.xml diff --git a/.idea/SL-Craft-Website.iml b/.idea/SL-Craft-Website.iml new file mode 100644 index 00000000..c956989b --- /dev/null +++ b/.idea/SL-Craft-Website.iml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<module type="WEB_MODULE" version="4"> + <component name="NewModuleRootManager"> + <content url="file://$MODULE_DIR$" /> + <orderEntry type="inheritedJdk" /> + <orderEntry type="sourceFolder" forTests="false" /> + </component> +</module> \ No newline at end of file diff --git a/.idea/deployment.xml b/.idea/deployment.xml new file mode 100644 index 00000000..d818e2e2 --- /dev/null +++ b/.idea/deployment.xml @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="UTF-8"?> +<project version="4"> + <component name="PublishConfigData" autoUpload="On explicit save action" serverName="SL-Craft" remoteFilesAllowedToDisappearOnAutoupload="false" autoUploadExternalChanges="true" showEqualInSync="true"> + <serverData> + <paths name="SL-Craft"> + <serverdata> + <mappings> + <mapping deploy="/" local="$PROJECT_DIR$" web="/" /> + </mappings> + </serverdata> + </paths> + </serverData> + <option name="myAutoUpload" value="ON_EXPLICIT_SAVE" /> + </component> +</project> \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 00000000..632d33e8 --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<project version="4"> + <component name="ProjectModuleManager"> + <modules> + <module fileurl="file://$PROJECT_DIR$/.idea/SL-Craft-Website.iml" filepath="$PROJECT_DIR$/.idea/SL-Craft-Website.iml" /> + </modules> + </component> +</project> \ No newline at end of file diff --git a/.idea/php.xml b/.idea/php.xml new file mode 100644 index 00000000..31b8a3a3 --- /dev/null +++ b/.idea/php.xml @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="UTF-8"?> +<project version="4"> + <component name="PhpProjectSharedConfiguration" php_language_level="8.0"> + <option name="suggestChangeDefaultLanguageLevel" value="false" /> + </component> +</project> \ No newline at end of file diff --git a/.idea/sshConfigs.xml b/.idea/sshConfigs.xml new file mode 100644 index 00000000..cafa4ab8 --- /dev/null +++ b/.idea/sshConfigs.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<project version="4"> + <component name="SshConfigs"> + <configs> + <sshConfig authType="PASSWORD" host="192.168.1.16" id="97adedb8-8832-47f7-a52a-6c1ae617a01a" port="22" nameFormat="DESCRIPTIVE" username="root" useOpenSSHConfig="true" /> + </configs> + </component> +</project> \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 00000000..94a25f7f --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="UTF-8"?> +<project version="4"> + <component name="VcsDirectoryMappings"> + <mapping directory="$PROJECT_DIR$" vcs="Git" /> + </component> +</project> \ No newline at end of file diff --git a/.idea/webServers.xml b/.idea/webServers.xml new file mode 100644 index 00000000..c0d2a4f2 --- /dev/null +++ b/.idea/webServers.xml @@ -0,0 +1,14 @@ +<?xml version="1.0" encoding="UTF-8"?> +<project version="4"> + <component name="WebServers"> + <option name="servers"> + <webServer id="24631c59-2e41-4506-ad50-24435095dc45" name="SL-Craft" url="https://dev.sl-craft.fr/"> + <fileTransfer rootFolder="/home/serveur-web/sl-craft-dev/" accessType="SFTP" host="192.168.1.16" port="22" sshConfigId="97adedb8-8832-47f7-a52a-6c1ae617a01a" sshConfig="root@192.168.1.16:22 password"> + <advancedOptions> + <advancedOptions dataProtectionLevel="Private" keepAliveTimeout="0" passiveMode="true" shareSSLContext="true" /> + </advancedOptions> + </fileTransfer> + </webServer> + </option> + </component> +</project> \ No newline at end of file diff --git a/core/conf/ConfigurationGenerale.php b/core/conf/ConfigurationGenerale.php index 4ec7e529..493a3153 100644 --- a/core/conf/ConfigurationGenerale.php +++ b/core/conf/ConfigurationGenerale.php @@ -1,6 +1,6 @@ <?php // attributs de la classe Connexion paramètres de connexion à la base -$bddHost = 'localhost'; +$bddHost = 'node.sl-projects.com'; $bddName = 'srvMinecraft'; $bddUsername = 'srvMinecraft'; $bddUserPassword = 'YIn2hTln5iMQap1W'; -- GitLab