Compare commits
9 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 9e6cf63b2b | |||
| 753e52c1bb | |||
| a61a61be70 | |||
| 0e4ccecca3 | |||
| 03d8e44787 | |||
| 1d5492b7c7 | |||
| 454c5b370a | |||
| 18574d864c | |||
| 3bee422803 |
@@ -7,11 +7,7 @@ env:
|
||||
RCON_PORT: 50002
|
||||
BLUEMAP_PORT: 50003
|
||||
GEYSER_PORT: 50004
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- 'main'
|
||||
- 'bleeding-edge'
|
||||
|
||||
jobs:
|
||||
verify-healthy:
|
||||
runs-on: linux-amd64
|
||||
|
||||
@@ -0,0 +1,2 @@
|
||||
## This is a configuration repo for the Chocopie SMP
|
||||
CI/CD will be added later.
|
||||
@@ -1,3 +1,8 @@
|
||||
RCON_PASSWORD=password
|
||||
UID=1000
|
||||
GID=1000
|
||||
SERVER_PORT=25565
|
||||
VOICE_CHAT_PORT=24454
|
||||
RCON_PORT=25585
|
||||
BLUEMAP_PORT=8100
|
||||
GEYSER_PORT=19132
|
||||
Reference in New Issue
Block a user