Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Minor

...

Set these database parameters inĀ timestamp.properties:

Insert excerpt
Description of filters in Nexus Timestamp Server
Description of filters in Nexus Timestamp Server
nametimestamp.StorageFilter
nopaneltrue

Examples

MySQL

Code Block
[shared]
# MySQL settings
storage.database.jdbcDriver=com.mysql.jdbc.Driver
storage.database.jdbcUrl=jdbc:mysql://localhost/<database_name>
storage.database.jdbcUser=root
storage.database.jdbcPassword=password

...