-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathledger__integration_tests_postgresql_.xml
24 lines (24 loc) · 1.19 KB
/
ledger__integration_tests_postgresql_.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<component name="ProjectRunConfigurationManager">
<configuration default="false" name="ledger [integration tests postgresql]" type="GradleRunConfiguration" factoryName="Gradle">
<ExternalSystemSettings>
<option name="executionName" />
<option name="externalProjectPath" value="$PROJECT_DIR$" />
<option name="externalSystemIdString" value="GRADLE" />
<option name="scriptParameters" value="-Dspring.profiles.active=postgresql -Dspring.datasource.url=jdbc:postgresql://hv1-database-1:52006/ledger -Dspring.datasource.username=ledger -Dspring.datasource.password=ledger -Dspring.datasource.platform=POSTGRESQL" />
<option name="taskDescriptions">
<list />
</option>
<option name="taskNames">
<list>
<option value=":backend:clean" />
<option value=":backend:integrationTests" />
</list>
</option>
<option name="vmOptions" value="" />
</ExternalSystemSettings>
<ExternalSystemDebugServerProcess>true</ExternalSystemDebugServerProcess>
<ExternalSystemReattachDebugProcess>true</ExternalSystemReattachDebugProcess>
<DebugAllEnabled>false</DebugAllEnabled>
<method v="2" />
</configuration>
</component>