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

8 lines
184 B
TypeScript
Raw Normal View History

export const environment = {
production: false,
oauth: {
clinetId: 'app_FLXnxSBnnaKkXoYCgk3J62iA',
redirectUri: 'https://commonly-hot-airedale.ngrok-free.app/oauth'
}
};