remove site key from environment

This commit is contained in:
Sufiyan Shaikh
2022-06-16 18:46:41 +05:30
committed by Sufiyan Shaikh
parent 0953806865
commit 2ef701a231
4 changed files with 2 additions and 7 deletions

View File

@@ -3,5 +3,4 @@ import { UniversalConfig } from './universal-config.interface';
export interface BuildConfig extends AppConfig { export interface BuildConfig extends AppConfig {
universal: UniversalConfig; universal: UniversalConfig;
recaptchaSiteKey: string;
} }

View File

@@ -8,6 +8,5 @@ export const environment: Partial<BuildConfig> = {
preboot: true, preboot: true,
async: true, async: true,
time: false time: false
}, }
recaptchaSiteKey: '6LfmfEsgAAAAACNqQ0aHqJa0HOHcUsvv2OCiEbV4'
}; };

View File

@@ -13,8 +13,6 @@ export const environment: BuildConfig = {
time: false time: false
}, },
recaptchaSiteKey: '6LfmfEsgAAAAACNqQ0aHqJa0HOHcUsvv2OCiEbV4',
// Angular Universal server settings. // Angular Universal server settings.
ui: { ui: {
ssl: false, ssl: false,

View File

@@ -13,8 +13,7 @@ export const environment: Partial<BuildConfig> = {
preboot: false, preboot: false,
async: true, async: true,
time: false time: false
}, }
recaptchaSiteKey: '6LfmfEsgAAAAACNqQ0aHqJa0HOHcUsvv2OCiEbV4'
}; };
/* /*