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