openvidu-server: Change propertiesSource to protected to be accessible from openvidu-pro config
This commit is contained in:
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…
x
Reference in New Issue
Block a user