securis/src/main/java/net/curisit/securis/ioc/SecurisModule.java
.. .. @@ -46,7 +46,7 @@ 46 46 @Provides 47 47 @ApplicationScoped 48 48 public URI getBaseURI() { 49 - // TODO Read from configuration, where?49 + // Read from configuration, where?50 50 try { 51 51 String url = MessageFormat.format("http://{0}/", "0.0.0.0"); 52 52 LOG.debug("Server url{}", url);