mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-23 23:06:39 +01:00
Add line break in front of port config
This commit is contained in:
parent
a1e2536ed5
commit
851902117d
1 changed files with 2 additions and 1 deletions
|
@ -80,7 +80,8 @@ public enum BisqAppConfig {
|
|||
"\"-XX:MaxRAM=4g -Dlogback.configurationFile=apitest/build/resources/main/logback.xml\"",
|
||||
BisqAppMain.class.getName(),
|
||||
8888,
|
||||
5123, -1);
|
||||
5123,
|
||||
-1);
|
||||
|
||||
public final String appName;
|
||||
public final String startupScript;
|
||||
|
|
Loading…
Add table
Reference in a new issue