very first commit
This commit is contained in:
17
src/environments/environment.production.ts
Normal file
17
src/environments/environment.production.ts
Normal file
@@ -0,0 +1,17 @@
|
||||
// Dexar Market Production Configuration
|
||||
export const environment = {
|
||||
production: true,
|
||||
brandName: 'Dexarmarket',
|
||||
brandFullName: 'Dexar Market',
|
||||
theme: 'dexar',
|
||||
apiUrl: 'https://api.dexarmarket.ru:445',
|
||||
logo: '/assets/images/dexar-logo.svg',
|
||||
contactEmail: 'info@dexarmarket.ru',
|
||||
supportEmail: 'info@dexarmarket.ru',
|
||||
domain: 'dexarmarket.ru',
|
||||
telegram: '@dexarmarket',
|
||||
phones: {
|
||||
russia: '+7 (926) 459-31-57',
|
||||
armenia: '+374 94 86 18 16'
|
||||
}
|
||||
};
|
||||
Reference in New Issue
Block a user