Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Zwiterrion committed Jan 9, 2025
1 parent 8e0680d commit 7e75a54
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions otoroshi/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -359,14 +359,14 @@ reStart / javaOptions ++= Seq(
//"-Dapp.rootScheme=https",
"-Dotoroshi.revolver=true",
"-Dotoroshi.env=dev",
s"-Dotoroshi.http.port=9999",
s"-Dotoroshi.https.port=9998",
"-Dotoroshi.http.port=9999",
"-Dotoroshi.https.port=9998",
"-Dotoroshi.liveJs=true",
"-Dotoroshi.adminPassword=password",
"-Dotoroshi.domain=oto.tools",
"-Dotoroshi.events.maxSize=0",
s"-Dotoroshi.cluster.mode=Leader",
s"-Dotoroshi.cluster.leader.name=otoroshi-leader-dev",
"-Dotoroshi.cluster.mode=Leader",
"-Dotoroshi.cluster.leader.name=otoroshi-leader-dev",
"-Dotoroshi.tunnels.enabled=false",
"-Dotoroshi.tunnels.default.enabled=false",
"-Dotoroshi.tunnels.default.url=http://127.0.0.1:9999",
Expand All @@ -379,7 +379,7 @@ reStart / javaOptions ++= Seq(
//"-Dotoroshi.ssl.fromOutside.clientAuth=Need",
"-Dotoroshi.inmemory.modern=true",
"-Dotoroshi.wasm.cache.ttl=2000",
s"-Dotoroshi.next.experimental.netty-server.enabled=${sys.props.getOrElse("otoroshi.next.experimental.netty-server.enabled", "true")}",
"-Dotoroshi.next.experimental.netty-server.enabled=true",
"-Dotoroshi.next.experimental.netty-server.accesslog=true",
"-Dotoroshi.next.experimental.netty-server.wiretap=false",
"-Dotoroshi.next.experimental.netty-server.http3.enabled=true",
Expand Down

0 comments on commit 7e75a54

Please sign in to comment.