Skip to content

Commit

Permalink
Add Rider launch configurations (#2646)
Browse files Browse the repository at this point in the history
  • Loading branch information
eliykat authored Jan 30, 2023
1 parent 28e6275 commit 328bee4
Show file tree
Hide file tree
Showing 4 changed files with 39 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .run/Full Server - Self-hosted.run.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<component name="ProjectRunConfigurationManager">
<configuration default="false" name="Full Server - Self-hosted" type="CompoundRunConfigurationType">
<toRun name="Admin: Admin-SelfHost" type="LaunchSettings" />
<toRun name="Api: Api-SelfHost" type="LaunchSettings" />
<toRun name="Events: Events-SelfHost" type="LaunchSettings" />
<toRun name="Identity: Identity-SelfHost" type="LaunchSettings" />
<toRun name="Notifications: Notifications-SelfHost" type="LaunchSettings" />
<toRun name="Sso: Sso-SelfHost" type="LaunchSettings" />
<method v="2" />
</configuration>
</component>
14 changes: 14 additions & 0 deletions .run/Full Server.run.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<component name="ProjectRunConfigurationManager">
<configuration default="false" name="Full Server" type="CompoundRunConfigurationType">
<toRun name="Admin" type="LaunchSettings" />
<toRun name="Api" type="LaunchSettings" />
<toRun name="Billing" type="LaunchSettings" />
<toRun name="Events" type="LaunchSettings" />
<toRun name="EventsProcessor" type="LaunchSettings" />
<toRun name="Icons" type="LaunchSettings" />
<toRun name="Identity" type="LaunchSettings" />
<toRun name="Notifications" type="LaunchSettings" />
<toRun name="Sso" type="LaunchSettings" />
<method v="2" />
</configuration>
</component>
7 changes: 7 additions & 0 deletions .run/Min Server - Self-hosted.run.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<component name="ProjectRunConfigurationManager">
<configuration default="false" name="Min Server - Self-hosted" type="CompoundRunConfigurationType">
<toRun name="Api: Api-SelfHost" type="LaunchSettings" />
<toRun name="Identity: Identity-SelfHost" type="LaunchSettings" />
<method v="2" />
</configuration>
</component>
7 changes: 7 additions & 0 deletions .run/Min Server.run.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<component name="ProjectRunConfigurationManager">
<configuration default="false" name="Min Server" type="CompoundRunConfigurationType">
<toRun name="Api" type="LaunchSettings" />
<toRun name="Identity" type="LaunchSettings" />
<method v="2" />
</configuration>
</component>

0 comments on commit 328bee4

Please sign in to comment.