Files
web_scraping/hoppscotch/selfhost/.env.example
T
egutierrez 65ca2b3d43 chore: auto-commit (4 archivos)
- .gitignore
- CAPABILITIES_TODO.md
- CHROMIUM_SYSTEM.md
- hoppscotch/

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-06-11 00:16:47 +02:00

15 lines
753 B
Bash

# Generado 2026-06-10T20:27:47Z. Secretos reales — NO versionar (ver .gitignore).
DATABASE_URL=postgresql://postgres:<password>@db:5432/hoppscotch?connect_timeout=300
POSTGRES_PASSWORD=<genera-con-openssl-rand-hex-16>
DATA_ENCRYPTION_KEY=<32-chars-openssl-rand-hex-16>
WHITELISTED_ORIGINS=http://localhost:3170,http://localhost:3009,http://localhost:3100,app://localhost_3200,app://hoppscotch
PROXY_APP_URL=https://proxy.hoppscotch.io
TRUST_PROXY=false
VITE_BASE_URL=http://localhost:3009
VITE_SHORTCODE_BASE_URL=http://localhost:3009
VITE_ADMIN_URL=http://localhost:3100
VITE_BACKEND_GQL_URL=http://localhost:3170/graphql
VITE_BACKEND_WS_URL=ws://localhost:3170/graphql
VITE_BACKEND_API_URL=http://localhost:3170/v1
ENABLE_SUBPATH_BASED_ACCESS=false