Skip to content

Commit 5ae3650

Browse files
committed
fix dbUser docs
1 parent 8c42578 commit 5ae3650

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
# Cron schedule
2424
# run every 5 minutes
2525
cron: "*/5 * * * *"
26-
# allows you to specify a custom db user for cmd to use
26+
# optional: allows you to specify a custom db user for cmd to use
2727
dbUser: "postgres"
2828

2929
# job name

config.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,11 @@ jobs:
1111
match: "^test-postgres"
1212
# Cron schedule
1313
cron: "*/5 * * * *"
14-
# allows you to specify a custom db user for cmd to use
14+
# optional: allows you to specify a custom db user for cmd to use
1515
dbUser: "postgres"
1616

17+
# optional: you can specify multiple jobs
18+
1719
textExact:
1820
dbType: postgres
1921
matchMethod: exact

0 commit comments

Comments
 (0)