Skip to content

Commit

Permalink
docs: add --db-sslmode flag (#77)
Browse files Browse the repository at this point in the history
* docs: add --db-sslmode flag

* update default sslmode per #78

Co-authored-by: Ted Timmons <46690719+ted-sigsci@users.noreply.github.com>
  • Loading branch information
tedder and ted-fastly authored Feb 4, 2020
1 parent bb9be14 commit 46d75cb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ The precedence of configurations is as described below.
|`--db-user` | `DB_USER` | `db.user` | Database user | gorm |
|`--db-password` | `DB_PASSWORD` | `db.password` | Database password | - |
|`--db-name` | `DB_NAME` | `db.name` | Database name | gorm |
|`--db-sslmode` | `DB_SSLMODE` | `db.sslmode` | SSL mode enforced for database access (require, verify-full, verify-ca, disable) | require |
|`--no-sync` | - | `db.no-sync` | Do not sync database | false |
|`--sync-interval` | - | `db.sync-interval` | DB sync interval (in minutes) | 1 |
|`--dynamodb-table` | `AWS_DYNAMODB_TABLE` | `aws.dynamodb-table` | AWS DynamoDB table for locks | - |
Expand Down

0 comments on commit 46d75cb

Please sign in to comment.