We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c5d656 commit bbfb07dCopy full SHA for bbfb07d
DevDocs/DeveloperNotes/GettingStarted/GettingStarted.md
@@ -261,8 +261,8 @@ alters the logging verbosity for various frameworks or RSpace code.
261
262
#### Set deployment properties through command line
263
264
-`-Djdbc.url=jdbc:mysql://localhost:3306/databasename`
265
-specifies a specific database different from the default, rspace
+`-Djdbc.url=jdbc:mysql://localhost:3306/another_database -Djdbc.db=another_database`
+specifies to use a different database `another_database` at the url `jdbc:mysql://localhost:3306/another_database`.
266
267
`-DRS_FILE_BASE=/path/toFileStore`
268
overrides the default filestore location.
0 commit comments