vaadin / collaboration-engine

The simplest way to build real-time collaboration into web apps
https://vaadin.com/collaboration
Other
3 stars 1 forks source link

Add setDataDir to CollaborationEngineConfiguration #21

Closed pekam closed 3 years ago

pekam commented 3 years ago

If you're setting vaadin.ce.dataDir with Java, you should be able to set it into the config object instead of having to call System.setProperty.

If the property is set from elsewhere than Java, that should override the value set in Java, because you want to be able to override the value at deployment time.