Skip to content

Commit

Permalink
fix dbUser docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Huskydog9988 committed Jan 5, 2024
1 parent 8c42578 commit 5ae3650
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
# Cron schedule
# run every 5 minutes
cron: "*/5 * * * *"
# allows you to specify a custom db user for cmd to use
# optional: allows you to specify a custom db user for cmd to use
dbUser: "postgres"

# job name
Expand Down
4 changes: 3 additions & 1 deletion config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,11 @@ jobs:
match: "^test-postgres"
# Cron schedule
cron: "*/5 * * * *"
# allows you to specify a custom db user for cmd to use
# optional: allows you to specify a custom db user for cmd to use
dbUser: "postgres"

# optional: you can specify multiple jobs

textExact:
dbType: postgres
matchMethod: exact
Expand Down

0 comments on commit 5ae3650

Please sign in to comment.