Browse Source

Update postgres-examples/README.md

Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
pull/7185/head
Chris Lu 1 month ago
committed by GitHub
parent
commit
eec9558925
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      postgres-examples/README.md

2
postgres-examples/README.md

@ -339,7 +339,7 @@ weed postgres -tls-cert=server.crt -tls-key=server.key
### Use MD5 Authentication
```bash
# More secure than password auth
weed postgres -auth=md5 -users="admin:secret123,readonly:view456"
weed postgres -auth=md5 -users="admin:secret123;readonly:view456"
```
### Limit Connections

Loading…
Cancel
Save