forge/arma/server/config.example.toml
2026-05-23 09:23:12 -05:00

13 lines
353 B
TOML

# Forge Server Configuration
# Copy this file to config.toml and place it beside forge_server_x64.dll.
# Start SurrealDB before launching the Arma server, and keep these values
# aligned with the running database.
[surreal]
endpoint = "127.0.0.1:8000"
namespace = "forge"
database = "main"
username = "root"
password = "root"
connect_timeout_ms = 5000