Currently the database is configured using the database url through the -d flag or the env variable SCRUMLR_SERVER_DATABASE_URL.
We want to allow to configure the database also through four env variables that supply the host, username, password and database name. The database url is the build on startup of the server.
If the server is configured with both database configurations (url and host, user, password, db name), the server should either not start and throw an error or select one configuration.
This feature should also be documented in the scrumlr docs
Currently the database is configured using the database url through the
-dflag or the env variableSCRUMLR_SERVER_DATABASE_URL.We want to allow to configure the database also through four env variables that supply the host, username, password and database name. The database url is the build on startup of the server.
If the server is configured with both database configurations (url and host, user, password, db name), the server should either not start and throw an error or select one configuration.
This feature should also be documented in the scrumlr docs