Installing Petals View

Key
This line was removed.
This word was removed. This word was added.
This line was added.

Changes (3)

View Page History

Two solutions:
# break this default security configuration,
# break this default security configuration: more performant, less secure
# using the H2 database file mode and server disabled: more secure, less performant. To do this replace into the configuration the line 'jdbc.url = jdbc:h2:~/test/db/petalsview;AUTO_SERVER=TRUE' by the line 'jdbc.url = jdbc:h2:file:~/test/db/petalsview'
# replace the H2 database, that is not recommended, by an other database engine.