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

11 lines
235 B
TypeScript
Raw Normal View History

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