SEBSLI-9 comment out creation of connection config
This commit is contained in:
parent
7594a03de5
commit
4a97e8d32c
1 changed files with 3 additions and 3 deletions
|
@ -32,9 +32,9 @@ public class LightInit {
|
||||||
|
|
||||||
@EventListener(SEBServerInitEvent.class)
|
@EventListener(SEBServerInitEvent.class)
|
||||||
public void init() {
|
public void init() {
|
||||||
if(isConnectionConfigAbsent()){
|
// if(isConnectionConfigAbsent()){
|
||||||
this.sebClientConfigDAO.createNew(createLightConnectionConfiguration()).getOrThrow();
|
// this.sebClientConfigDAO.createNew(createLightConnectionConfiguration()).getOrThrow();
|
||||||
}
|
// }
|
||||||
}
|
}
|
||||||
|
|
||||||
private boolean isConnectionConfigAbsent() {
|
private boolean isConnectionConfigAbsent() {
|
||||||
|
|
Loading…
Reference in a new issue