From 5ae36505493d3aba834ed7104d544adce4559dba Mon Sep 17 00:00:00 2001 From: Huskydog9988 <39809509+Huskydog9988@users.noreply.github.com> Date: Thu, 4 Jan 2024 19:26:18 -0500 Subject: [PATCH] fix dbUser docs --- README.md | 2 +- config.yaml | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f595843..301ad30 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/config.yaml b/config.yaml index d1d1d7e..13c4e26 100644 --- a/config.yaml +++ b/config.yaml @@ -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