pgweb/fixtures/invalid_port.toml

6 lines
89 B
TOML
Raw Normal View History

2015-03-03 20:44:14 -06:00
host = "localhost"
port = 5432
user = "postgres"
database = "mydatabase"
ssl = "disable"