mvp-ticket/frontend/src/environments/environment.ts

14 lines
286 B
TypeScript
Raw Normal View History

export const environment = {
production: false,
api: {
base: 'http://localhost:3000',
},
2024-05-20 13:55:17 +02:00
security: {
encryptionKey: 'my-secret',
},
oauth: {
clinetId: 'app_FLXnxSBnnaKkXoYCgk3J62iA',
2024-05-15 21:09:22 +02:00
redirectUri: 'https://commonly-hot-airedale.ngrok-free.app/oauth',
},
};