-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
25 lines (21 loc) · 1.54 KB
/
Copy path.env.example
File metadata and controls
25 lines (21 loc) · 1.54 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# ── Authentication ─────────────────────────────────────────────
# Azure AD application (client) ID used for Microsoft OAuth login.
# Required. See README > Authentication Setup for instructions.
MS_CLIENT_ID=your-azure-client-id-here
# ── Logging ────────────────────────────────────────────────────
# Log verbosity level. One of: error, warn, info, debug, verbose.
# Optional. Defaults to "info".
LOG_LEVEL=info
# ── Server ─────────────────────────────────────────────────────
# Blockhaven server address shown in the launcher.
# Optional. Defaults shown below.
BLOCKHAVEN_SERVER_HOST=play.blockhaven.net
BLOCKHAVEN_SERVER_PORT=25565
# ── Java ───────────────────────────────────────────────────────
# Override the Java installation used to launch the game.
# Optional. Leave commented out to use auto-detected Java.
# JAVA_HOME=/usr/lib/jvm/java-21-openjdk
# ── Developer Tools ────────────────────────────────────────────
# Open Chromium DevTools automatically on launch (dev only).
# Optional. Leave commented out to disable.
# OPEN_DEVTOOLS=true