This section describe the default configuration of this packaging.
See all configuration files in resources directory.
The server listens http requests on port 8080, redirected on https port 8443.
It includes an Angular frontend.
SSL and SpringBoot Actuator are activated.
The database used by default is SQLite.
Its data file is located under the .chutney/data
directory, relative to the root execution directory.
Embedded H2 server or PostgreSQL could be activated by Spring profiles.
All persistent Chutney repositories' files are located under the .chutney/conf
directory, relative to the root execution directory.
LDAP authentication is activated by default.
An embedded LDAP declares two users : john
and jahn
, the latter being an administrator.
Memory authentication is activated by default.
Two users are declared : user
and admin
, the latter being an administrator.