2b399fdb81
PR #1223 only staged the deletions of the old paths because the new top-level directories were still untracked when the commit was authored. This commit adds the actual restructured tree: SREBOT/ (existing bot), SHARED/ (vromfs, data_parser, ICONS/MAPS/FONTS, DAGOR_FILES, update_game_files), and TSSBOT/ (skeleton). Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
19 lines
325 B
Bash
19 lines
325 B
Bash
# Environment
|
|
NODE_ENV=production
|
|
|
|
# Server Configuration
|
|
PORT=3000
|
|
|
|
# Domain Configuration (CORS)
|
|
PRODUCTION_DOMAIN=https://srebot-meow.ing
|
|
|
|
# External API Configuration
|
|
EXTERNAL_API_URL=http://localhost:6000
|
|
|
|
# Logging Configuration
|
|
LOG_LEVEL=info
|
|
|
|
# Rate Limiting
|
|
RATE_LIMIT_WINDOW_MS=60000
|
|
RATE_LIMIT_MAX_REQUESTS=100
|