Remove unused properties from environment configuration files

This commit is contained in:
Carlos Santos 2025-10-20 18:44:07 +02:00
parent ad191eba29
commit f3bae04446
2 changed files with 2 additions and 6 deletions

View File

@ -1,5 +1,3 @@
export const environment = { export const environment = {
production: true, production: true
openvidu_url: '',
openvidu_secret: ''
}; };

View File

@ -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: ''
}; };
/* /*