intellij-settings-work/remote-servers.xml

12 lines
563 B
XML

<application>
<component name="RemoteServers">
<remote-server name="Docker" type="docker">
<configuration email="">
<option name="certificatesPath" value="C:\Users\Martin\.docker\machine\machines\default" />
</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>