mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-09-20 06:47:57 +08:00
Update postgres-examples/README.md
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user