mirror of
https://github.com/sosedoff/pgweb.git
synced 2024-12-15 03:36:33 +03:00
6 lines
91 B
TOML
6 lines
91 B
TOML
host = "localhost"
|
|
port = "5432"
|
|
user = "postgres"
|
|
database = "mydatabase"
|
|
ssl = "disable"
|