mirror of
https://github.com/usatiuk/dhfs.git
synced 2025-10-29 04:57:48 +01:00
18 lines
1.4 KiB
XML
18 lines
1.4 KiB
XML
<component name="ProjectRunConfigurationManager">
|
|
<configuration default="false" name="Main" type="QsApplicationConfigurationType" factoryName="QuarkusApplication"
|
|
nameIsGenerated="true">
|
|
<option name="MAIN_CLASS_NAME" value="com.usatiuk.dhfsapp.Main"/>
|
|
<module name="dhfs-app"/>
|
|
<option name="VM_PARAMETERS"
|
|
value="-XX:+UnlockDiagnosticVMOptions -XX:+UseParallelGC -XX:+DebugNonSafepoints --add-exports java.base/sun.nio.ch=ALL-UNNAMED --add-opens=java.base/java.nio=ALL-UNNAMED --add-exports java.base/jdk.internal.access=ALL-UNNAMED -ea -Xmx2G -Ddhfs.webui.root=$ProjectFileDir$/../webui/dist -Ddhfs.fuse.root=${HOME}/dhfs_test/1/fuse -Ddhfs.objects.persistence.files.root=${HOME}/dhfs_test/1/data -Ddhfs.objects.persistence.stuff.root=${HOME}/dhfs_test/1/data/stuff -Ddhfs.objects.peerdiscovery.broadcast=true -Dquarkus.http.port=9010 -Dquarkus.http.ssl-port=9011 -Ddhfs.peerdiscovery.preset-uuid=11000000-0000-0000-0000-000000000000 -Ddhfs.peerdiscovery.static-peers=22000000-0000-0000-0000-000000000000:127.0.0.1:9020:9021 -Dquarkus.http.host=0.0.0.0"/>
|
|
<extension name="coverage">
|
|
<pattern>
|
|
<option name="PATTERN" value="com.usatiuk.dhfs.remoteobj.*"/>
|
|
<option name="ENABLED" value="true"/>
|
|
</pattern>
|
|
</extension>
|
|
<method v="2">
|
|
<option name="Make" enabled="true"/>
|
|
</method>
|
|
</configuration>
|
|
</component> |