mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-12 04:23:04 +00:00
remove site key from environment
This commit is contained in:

committed by
Sufiyan Shaikh

parent
0953806865
commit
2ef701a231
@@ -3,5 +3,4 @@ import { UniversalConfig } from './universal-config.interface';
|
||||
|
||||
export interface BuildConfig extends AppConfig {
|
||||
universal: UniversalConfig;
|
||||
recaptchaSiteKey: string;
|
||||
}
|
||||
|
@@ -8,6 +8,5 @@ export const environment: Partial<BuildConfig> = {
|
||||
preboot: true,
|
||||
async: true,
|
||||
time: false
|
||||
},
|
||||
recaptchaSiteKey: '6LfmfEsgAAAAACNqQ0aHqJa0HOHcUsvv2OCiEbV4'
|
||||
}
|
||||
};
|
||||
|
@@ -13,8 +13,6 @@ export const environment: BuildConfig = {
|
||||
time: false
|
||||
},
|
||||
|
||||
recaptchaSiteKey: '6LfmfEsgAAAAACNqQ0aHqJa0HOHcUsvv2OCiEbV4',
|
||||
|
||||
// Angular Universal server settings.
|
||||
ui: {
|
||||
ssl: false,
|
||||
|
@@ -13,8 +13,7 @@ export const environment: Partial<BuildConfig> = {
|
||||
preboot: false,
|
||||
async: true,
|
||||
time: false
|
||||
},
|
||||
recaptchaSiteKey: '6LfmfEsgAAAAACNqQ0aHqJa0HOHcUsvv2OCiEbV4'
|
||||
}
|
||||
};
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user