mirror of https://github.com/OpenVidu/openvidu.git
openvidu-server: Change propertiesSource to protected to be accessible from openvidu-pro config
parent
2bf1b2cccb
commit
ab9725bd45
|
@ -104,7 +104,7 @@ public class OpenviduConfig {
|
|||
|
||||
private List<String> userConfigProps;
|
||||
|
||||
private Map<String, ?> propertiesSource;
|
||||
protected Map<String, ?> propertiesSource;
|
||||
|
||||
@Autowired
|
||||
protected Environment env;
|
||||
|
|
Loading…
Reference in New Issue