Skip to content

Commit

Permalink
chore: store proxy intellij run config in git
Browse files Browse the repository at this point in the history
  • Loading branch information
Z-Kris committed Jul 13, 2024
1 parent 52f5e6b commit 5e0b095
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .run/Proxy.run.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<component name="ProjectRunConfigurationManager">
<configuration default="false" name="Proxy" type="JetRunConfigurationType">
<option name="MAIN_CLASS_NAME" value="net.rsprox.proxy.ProxyServiceKt" />
<module name="rsprox.proxy.main" />
<shortenClasspath name="NONE" />
<extension name="software.aws.toolkits.jetbrains.core.execution.JavaAwsConnectionExtension">
<option name="credential" />
<option name="region" />
<option name="useCurrentConnection" value="false" />
</extension>
<method v="2">
<option name="Make" enabled="true" />
</method>
</configuration>
</component>

0 comments on commit 5e0b095

Please sign in to comment.