export const environment = { production: false, api: { base: 'http://localhost:3000', }, security: { encryptionKey: 'my-secret', }, oauth: { clinetId: 'app_FLXnxSBnnaKkXoYCgk3J62iA', redirectUri: 'https://commonly-hot-airedale.ngrok-free.app/oauth', }, };