spb/satelliteindex
Public
TypeScript 66.5%
Python 30.9%
JavaScript 1.4%
CSS 0.7%
1# SatelliteIndex — copy to .env (never commit .env). Production values live only in the mld manifest on M1M32.2APP_ENV=development3APP_DOMAIN=www.satelliteindex.io4SI_SITE_URL=https://www.satelliteindex.io56DATABASE_URL=postgresql+asyncpg://localhost:5432/satelliteindex7REDIS_URL=redis://127.0.0.1:6379/489SI_DATA_DIR=./data10SI_API_HOST=127.0.0.111SI_API_PORT=831112SI_ADMIN_TOKEN=change-me13SI_LOG_JSON=11415# Future connectors (leave empty until enabled)16SPACE_TRACK_USERNAME=17SPACE_TRACK_PASSWORD=18DISCOS_API_KEY=19SCRAPFLY_API_KEY=20FIRECRAWL_API_KEY=2122# Web (apps/web)23API_URL=http://127.0.0.1:831124NEXT_PUBLIC_SITE_URL=https://www.satelliteindex.io25