Add Telegram auth flow to backoffice
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
export const environment = {
|
||||
production: false,
|
||||
useMockData: true, // Set to false when backend is ready
|
||||
useMockData: false,
|
||||
apiUrl: '/api',
|
||||
authApiUrl: '',
|
||||
userSessionApiUrl: '',
|
||||
telegramBot: 'myAMLKYCBOT',
|
||||
marketplaceUrl: 'http://localhost:4200'
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user