intellijsettings-MAC/remote-servers.xml

13 lines
575 B
XML

<application>
<component name="RemoteServers">
<remote-server name="Docker" type="docker">
<configuration email="">
<option name="apiUrl" value="unix:///var/run/docker.sock" />
<option name="certificatesPath" />
</configuration>
</remote-server>
<remote-server name="AWS ElasticBeanstalk" type="awselasticbeanstalk">
<configuration access-key="AKIAJWJS75F7WNCGK64A" region-url="elasticbeanstalk.eu-west-1.amazonaws.com" secret-key="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" />
</remote-server>
</component>
</application>