Details
-
Bug
-
Resolution: Done
-
Trivial
-
3.33.1
-
2
-
NXRM Rocket Sprint 16, NXRM Sentinels Sprint 18
-
4
Description
Customers are asked to define a nexus-store.properties file with contents similar to this:
username=<postgres_user>
password=<postgres_password>
name=nexus
type=jdbc
jdbcUrl=jdbc\:postgresql\://localhost\:5432/nxrm
Problem
There is no explanation about what the "name" and "type" names are for.
Expected
- Document what the properties are for and/or if properties should have default values that a user should not modify, then don't ask the user to define these properties, instead set the defaults internally. - Done
- If properties should have default values that a user should not modify, then don't ask the user to define these properties, instead set the defaults internally.