-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathThings for test.run.xml
20 lines (20 loc) · 1 KB
/
Things for test.run.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<component name="ProjectRunConfigurationManager">
<configuration default="false" name="Things for test" type="Application" factoryName="Application" folderName="Ditto testing :: Run configs">
<option name="ALTERNATIVE_JRE_PATH" value="17" />
<option name="ALTERNATIVE_JRE_PATH_ENABLED" value="true" />
<envs>
<env name="INSTANCE_INDEX" value="1" />
<env name="LOG_LEVEL" value="INFO" />
<env name="LOG_LEVEL_APPLICATION" value="INFO" />
<env name="THING_SNAPSHOT_INTERVAL" value="1s" />
<env name="THING_SNAPSHOT_THRESHOLD" value="1" />
<env name="MONGO_DB_DATABASE" value="ditto-test" />
</envs>
<option name="MAIN_CLASS_NAME" value="org.eclipse.ditto.things.service.starter.ThingsService" />
<module name="ditto-things-service" />
<option name="VM_PARAMETERS" value="-Xms1g -Xmx1g -Dpekko.cluster.failure-detector.acceptable-heartbeat-pause=20s" />
<method v="2">
<option name="Make" enabled="true" />
</method>
</configuration>
</component>