Archipelago — open-source initial import

This commit is contained in:
Archipelago
2026-08-12 10:55:49 +00:00
commit e3bcd9fca9
2056 changed files with 468069 additions and 0 deletions
+20
View File
@@ -0,0 +1,20 @@
# Backend Configuration
# Copy this to .env and adjust as needed
# Data directory for development
DATADIR=/tmp/archipelago-dev
# RPC server binding address
RPC_BIND=127.0.0.1:5959
# Logging level (trace, debug, info, warn, error)
LOG_LEVEL=debug
# Database URL (PostgreSQL)
DATABASE_URL=postgresql://localhost/archipelago_dev
# Optional: Development mode
ARCHIPELAGO_DEV_MODE=true
# Optional: Port offset for apps in dev mode
ARCHIPELAGO_DEV_PORT_OFFSET=10000