{% extends "base.html" %} {% block title %}Game Engine Config — Admin — {{ config.BBS_NAME }}{% endblock %} {% block content %}

Game Engine Configuration

Dashboard
These settings are read from environment variables. To change them, update your environment and restart the server.
SettingValueDescription
DOSBOX_PATH {{ cfg.DOSBOX_PATH or 'not set' }} Path to DOSBox binary for DOS door games
DOSEMU_PATH {{ cfg.DOSEMU_PATH or 'not set' }} Path to dosemu2 binary (alternative to DOSBox)
NODEJS_PATH {{ cfg.NODEJS_PATH or 'not set' }} Path to Node.js binary for Synchronet JS games
MYSTIC_PYTHON_PATH {{ cfg.MYSTIC_PYTHON_PATH or 'uses system python3' }} Python binary for Mystic .mpy games
GAMES_MAX_NODES {{ cfg.GAMES_MAX_NODES }} Global maximum concurrent game sessions
GAMES_SESSION_TIMEOUT {{ cfg.GAMES_SESSION_TIMEOUT }}s Idle session timeout in seconds
GAMES_DATA_DIR {{ cfg.GAMES_DATA_DIR }} Base directory for game data files
{% endblock %}