Skip to content

Commit

Permalink
IKASAN-2364 fixing error in documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
mick-stewart73 committed May 2, 2024
1 parent 4077b2e commit a1f3f93
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ikasaneip/platform/ikasan-h2-backup/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@ There is also the feature that takes a backup of the database when the module is
| datasource.username | The H2 database username | |
| datasource.password | The H2 database password | |
| default.ikasan.h2.backup.num.to.retain | The number of backups to retain | 2 |
| default.ikasan.h2.backup.cron.expression | The Quartz cron schedule on which the backups are taken | 37 0/5 * * * ? |
| default.ikasan.h2.backup.cron.expression | The Quartz cron schedule on which the backups are taken | 17 0/5 * * * ? |
| default.ikasan.h2.backup.on.module.shutdown | Flag to configure if a database backup should be taken when the module shuts down | true |
| eai.datasource.url | The EAI H2 database connection URL (only if an EAI DB is necessary) | |
| eai.datasource.username | The EAI H2 database username (only if an EAI DB is necessary) | |
| eai.datasource.password | The EAI H2 database password (only if an EAI DB is necessary) | |
| eai.h2.backup.num.to.retain | The number of EAI database backups to retain | 2 |
| eai.h2.backup.cron.expression | The Quartz cron schedule on which the backups are taken for the EAI DB | 17 0/5 * * * ? |
| eai.h2.backup.cron.expression | The Quartz cron schedule on which the backups are taken for the EAI DB | 37 0/5 * * * ? |
| eai.h2.backup.on.module.shutdown | Flag to configure if an EAI database backup should be taken when the module shuts down | true |
| h2.db.port | The DB port H2 is running on for the module | |
| default.h2.port.number.step | The amount to increment the port number when testing the default module db | 1000 |
Expand Down

0 comments on commit a1f3f93

Please sign in to comment.