Skip to content

Commit bbfb07d

Browse files
authored
[#63] specify a different database using deployment properties (#86)
update docs explaining additional deployment param required to use a different database than the standard rspace
1 parent 7c5d656 commit bbfb07d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

DevDocs/DeveloperNotes/GettingStarted/GettingStarted.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -261,8 +261,8 @@ alters the logging verbosity for various frameworks or RSpace code.
261261

262262
#### Set deployment properties through command line
263263

264-
`-Djdbc.url=jdbc:mysql://localhost:3306/databasename`
265-
specifies a specific database different from the default, rspace
264+
`-Djdbc.url=jdbc:mysql://localhost:3306/another_database -Djdbc.db=another_database`
265+
specifies to use a different database `another_database` at the url `jdbc:mysql://localhost:3306/another_database`.
266266

267267
`-DRS_FILE_BASE=/path/toFileStore`
268268
overrides the default filestore location.

0 commit comments

Comments
 (0)