mirror of
https://github.com/bitwarden/server.git
synced 2024-11-21 12:05:42 +01:00
Add Rider launch configurations (#2646)
This commit is contained in:
parent
28e6275063
commit
328bee40bc
11
.run/Full Server - Self-hosted.run.xml
Normal file
11
.run/Full Server - Self-hosted.run.xml
Normal file
@ -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
.run/Full Server.run.xml
Normal file
14
.run/Full Server.run.xml
Normal file
@ -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
.run/Min Server - Self-hosted.run.xml
Normal file
7
.run/Min Server - Self-hosted.run.xml
Normal file
@ -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
.run/Min Server.run.xml
Normal file
7
.run/Min Server.run.xml
Normal file
@ -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>
|
Loading…
Reference in New Issue
Block a user