PY-2022.1.2 <jakub@jimbuntu Update FeatureSuggester.xml Create remote-servers.xml, docker.xml

This commit is contained in:
2022-06-02 22:06:11 +02:00
parent 65550895a1
commit 3d36d4da29
3 changed files with 22 additions and 0 deletions

View File

@@ -15,6 +15,7 @@
<option value="1653924949908" />
<option value="1653981278589" />
<option value="1654081446767" />
<option value="1654199086608" />
</list>
</option>
</component>

5
docker.xml Normal file
View File

@@ -0,0 +1,5 @@
<application>
<component name="DockerSettings">
<option name="dockerComposePath" value="/usr/bin/docker-compose" />
</component>
</application>

16
remote-servers.xml Normal file
View File

@@ -0,0 +1,16 @@
<application>
<component name="RemoteServers">
<remote-server name="Docker" type="docker">
<configuration>
<option name="apiUrl" value="unix:///var/run/docker.sock" />
<option name="certificatesPath" />
</configuration>
</remote-server>
<remote-server name="localdocker" type="docker">
<configuration>
<option name="apiUrl" value="unix:///var/run/docker.sock" />
<option name="certificatesPath" />
</configuration>
</remote-server>
</component>
</application>