openvidu-server: Change propertiesSource to protected to be accessible from openvidu-pro config

pull/553/head
cruizba 2020-10-21 12:32:54 +02:00
parent 2bf1b2cccb
commit ab9725bd45
1 changed files with 1 additions and 1 deletions

View File

@ -104,7 +104,7 @@ public class OpenviduConfig {
private List<String> userConfigProps;
private Map<String, ?> propertiesSource;
protected Map<String, ?> propertiesSource;
@Autowired
protected Environment env;