SPB Git forge
15commits 1branches 0releases
29.7 MBsize
maindefault branch
10 days agolast push
TypeScript 36.3% Python 31.8% Go 18% JavaScript 9.8% Shell 1.9% SQL 1.4% CSS 0.5%
714 B · 21 lines dotenv
Raw Blame History
1# InternetPressure.io — production environment for infra/compose.yml (copy to deploy/.env on the server; never commit)2# Generate secrets with: openssl rand -hex 2434# WireGuard address of this server on the BHS64 hub (edge Caddy :8350 is bound to it only)5WG_IP=10.67.0.6167# stores8POSTGRES_PASSWORD=change-me9CLICKHOUSE_PASSWORD=change-me10CLICKHOUSE_MEM=12g1112# application13IP_ADMIN_TOKEN=change-me              # X-IP-Admin-Token for /api/admin and the /admin UI14IP_SITE_URL=https://www.internetpressure.io15IP_LOG_LEVEL=info16IP_TAG=latest1718# BGP ingestion: empty = every RIS collector (≈10 k prefixes/s). Raw events are sampled 1/25 (IP_BGP_RAW_SAMPLE in settings).19IP_RIS_COLLECTORS=20IP_BGP_STORE_RAW=true21