Remove unused properties from environment configuration files
This commit is contained in:
parent
ad191eba29
commit
f3bae04446
@ -1,5 +1,3 @@
|
|||||||
export const environment = {
|
export const environment = {
|
||||||
production: true,
|
production: true
|
||||||
openvidu_url: '',
|
|
||||||
openvidu_secret: ''
|
|
||||||
};
|
};
|
||||||
|
|||||||
@ -3,9 +3,7 @@
|
|||||||
// The list of file replacements can be found in `angular.json`.
|
// The list of file replacements can be found in `angular.json`.
|
||||||
|
|
||||||
export const environment = {
|
export const environment = {
|
||||||
production: false,
|
production: false
|
||||||
openvidu_url: '',
|
|
||||||
openvidu_secret: ''
|
|
||||||
};
|
};
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user