Mandatory property missing in template app.properties

Issue #7 resolved
Richard Körber created an issue

I set up a docker container according to https://hub.docker.com/r/wisemapping/wisemapping.

For an individual configuration, I am supposed to fetch a template app.properties:

$ curl https://bitbucket.org/wisemapping/wisemapping-open-source/raw/644b7078d790220c7844b732a83d45495f11d64e/wise-webapp/src/main/webapp/WEB-INF/app.properties

However, after starting the container, an empty page appears as login page. I found out that the reason is that the property site.static.js.url is not present in that template, so all static content is not found.

After adding

site.static.js.url = /static

to the app.properties manually, the site loads correctly. That property should be part of the template.