Skip to content

Commit

Permalink
remove unused dependency and add config file
Browse files Browse the repository at this point in the history
  • Loading branch information
brokiem committed Jun 16, 2021
1 parent eb634ce commit 2d17628
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
5 changes: 0 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,6 @@
<version>RELEASE</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.auth0</groupId>
<artifactId>java-jwt</artifactId>
<version>3.16.0</version>
</dependency>
</dependencies>

<build>
Expand Down
10 changes: 10 additions & 0 deletions src/main/resources/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Proxy (Upstream) Server
bindAddress: "0.0.0.0"
port: 25565
motd: "Barrel Proxy\nConnect to Bedrock Server"

# Downstream server (bedrock)
bedrockAddress: "127.0.0.1"
bedrockPort: 19132
# Use xbox login? (offline|online)
auth: offline

0 comments on commit 2d17628

Please sign in to comment.