# Gateway Type 3 Configuration # Seller-managed gateway with local vault for provider credentials # Gateway identification INSTANCE_ID=gw3-local-001 GATEWAY_PORT=8083 # Platform connection PLATFORM_URL=ws://10.0.1.117:8081 # Gateway authentication (required for platform connection) GATEWAY_API_KEY=sk-test-inference-key # Alternative: API_KEY=sk-test-inference-key # Local vault configuration VAULT_PATH=.vault/credentials.enc VAULT_PASSWORD=my-secure-vault-password # Provider API keys (for initial vault setup) # These are read once to initialize the vault, then stored encrypted GROQ_API_KEY=gsk_your_groq_api_key_here OPENAI_API_KEY=sk-your_openai_api_key_here ANTHROPIC_API_KEY=sk-ant-your_anthropic_api_key_here GOOGLE_API_KEY=your_google_api_key_here DEEPSEEK_API_KEY=sk-your_deepseek_api_key_here MISTRAL_API_KEY=your_mistral_api_key_here # Environment NODE_ENV=development