// Demo config. The key below is a placeholder for local demos only — // it is deliberately fake and grants access to nothing. // TODO: wire a real secrets manager with key rotation before production. module.exports = { currency: 'USD', apiKey: 'fake-demo-key-not-a-real-credential-0000', };