/* Fill these in after `sam deploy` — the SAM stack prints them as Outputs * (see README.md "After deploying" section). This is the only file that * needs to change between environments; nothing else in frontend/ is * environment-specific. * * Note: Stripe price IDs and the publishable key are NOT needed here. * Checkout redirects to Stripe's hosted page (no Stripe.js/Elements on this * site), and the backend resolves plan -> price ID itself from its own * environment variables (see template.yaml StripePriceId* parameters). */ window.MILITIA_CONFIG = { region: 'us-east-1', cognitoUserPoolId: 'us-east-1_JJQO5dBa7', cognitoClientId: '65nkuubglub93345lu2n7q4g46', apiBaseUrl: 'https://api.militiatrading.com', plans: { low: { name: 'Low', price: 50, installs: 1 }, medium: { name: 'Medium', price: 100, installs: 3 }, high: { name: 'High', price: 200, installs: 10 } } };