mirror of
https://github.com/sosedoff/pgweb.git
synced 2024-12-14 10:23:02 +03:00
Merge pull request #474 from jc00ke/master
Add note to README about connecting over Unix domain sockets
This commit is contained in:
commit
a5f9df34fb
@ -76,6 +76,7 @@ Connection URL scheme is also supported:
|
||||
|
||||
```
|
||||
pgweb --url postgres://user:password@host:port/database?sslmode=[mode]
|
||||
pgweb --url "postgres:///database?host=/absolute/path/to/unix/socket/dir"
|
||||
```
|
||||
|
||||
### Multiple database sessions
|
||||
@ -127,4 +128,4 @@ make test-all
|
||||
|
||||
## License
|
||||
|
||||
The MIT License (MIT). See [LICENSE](LICENSE) file for more details.
|
||||
The MIT License (MIT). See [LICENSE](LICENSE) file for more details.
|
||||
|
Loading…
Reference in New Issue
Block a user