jjkrone
jjkrone
Correct, my PR adds support for this style of configuration. (Tested locally with docker) ``` jdbc { # The JDBC url to the database. By default a H2 file-based #...
Ah! Now I get what you mean. The reason why I added it for the Constructor was backwards compatibility, but sure using reference.conf is better. Will do a change later,...
Ok I added it to the default value to the reference.conf. Since the tests do not read from reference.conf, it was neccessary to add the default value of 10 to...