mirror of
https://github.com/tcsenpai/rconuicraft.git
synced 2025-06-02 17:30:09 +00:00
16 lines
257 B
Plaintext
16 lines
257 B
Plaintext
# Server Configuration
|
|
PORT=3000
|
|
|
|
# Admin Credentials
|
|
ADMIN_USERNAME=admin
|
|
ADMIN_PASSWORD=setyourpassword
|
|
|
|
# RCON Configuration
|
|
RCON_HOST=localhost
|
|
RCON_PORT=25575
|
|
RCON_PASSWORD=yourrconpassword
|
|
|
|
# Paths
|
|
MODS_PATH=/your/server/mods
|
|
SERVER_PATH=/your/server
|