Compare commits
4 Commits
9e6cf63b2b
...
0d4d386c35
| Author | SHA1 | Date | |
|---|---|---|---|
| 0d4d386c35 | |||
| 52269b5aa6 | |||
| 2d817e4315 | |||
| 3bee422803 |
@@ -7,11 +7,7 @@ env:
|
|||||||
RCON_PORT: 50002
|
RCON_PORT: 50002
|
||||||
BLUEMAP_PORT: 50003
|
BLUEMAP_PORT: 50003
|
||||||
GEYSER_PORT: 50004
|
GEYSER_PORT: 50004
|
||||||
on:
|
|
||||||
push:
|
|
||||||
branches:
|
|
||||||
- 'main'
|
|
||||||
- 'bleeding-edge'
|
|
||||||
jobs:
|
jobs:
|
||||||
verify-healthy:
|
verify-healthy:
|
||||||
runs-on: linux-amd64
|
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
|
RCON_PASSWORD=password
|
||||||
UID=1000
|
UID=1000
|
||||||
GID=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