mirror of https://github.com/OpenVidu/openvidu.git
Merge branch 'master' of github.com:OpenVidu/openvidu
commit
4b150bb62c
|
@ -306,6 +306,9 @@ public class OpenViduServer implements JsonRpcConfigurer {
|
||||||
|
|
||||||
log.info(msg);
|
log.info(msg);
|
||||||
|
|
||||||
|
// Close the auxiliary ApplicationContext
|
||||||
|
app.close();
|
||||||
|
|
||||||
return CONFIG_PROPS;
|
return CONFIG_PROPS;
|
||||||
}
|
}
|
||||||
return null;
|
return null;
|
||||||
|
|
|
@ -91,7 +91,7 @@ public class OpenviduConfig {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
private static final Logger log = LoggerFactory.getLogger(OpenviduConfig.class);
|
protected static final Logger log = LoggerFactory.getLogger(OpenviduConfig.class);
|
||||||
|
|
||||||
private static final boolean SHOW_PROPERTIES_AS_ENV_VARS = true;
|
private static final boolean SHOW_PROPERTIES_AS_ENV_VARS = true;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue