Skip to content

Commit

Permalink
changed defaults to something more sane
Browse files Browse the repository at this point in the history
  • Loading branch information
lcndsmr committed Jan 29, 2024
1 parent dbbe4c6 commit c1353a7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@ pg_backup_schedule: "0 0 * * *"
pg_backup_config:
storage:
s3:
endpoint: "http://localhost:9000"
accessKey: "minio"
secretKey: "minio123"
endpoint: "s3.example.com"
accessKey: "example"
secretKey: "example"
bucket: "test"
databases:
- host: "localhost"
- host: "database.example.com"
port: 5432
username: "postgres"
database: "postgres"
Expand Down
8 changes: 4 additions & 4 deletions defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ pg_backup_schedule: "0 0 * * *"
pg_backup_config:
storage:
s3:
endpoint: "http://localhost:9000"
accessKey: "minio"
secretKey: "minio123"
endpoint: "s2.example.com"
accessKey: "example"
secretKey: "example"
bucket: "test"
databases:
- host: "localhost"
- host: "database.example.com"
port: 5432
username: "postgres"
database: "postgres"
Expand Down

0 comments on commit c1353a7

Please sign in to comment.