forge/arma/server/extension/config.example.toml
2026-04-17 17:09:21 -05:00

15 lines
339 B
TOML

# Forge Server Configuration
# Copy this file to config.toml and place it beside forge_server_x64.dll.
[surreal]
# SurrealDB HTTP endpoint. Use "127.0.0.1:8000" for a local server.
endpoint = "127.0.0.1:8000"
namespace = "forge"
database = "main"
# Optional authentication.
username = "root"
password = "root"
connect_timeout_ms = 5000