mirror of
https://github.com/sosedoff/pgweb.git
synced 2024-12-14 10:23:02 +03:00
038cb620c6
We know that a port is a number. Lets enforce that rule at type level by setting it so. This commit also adjusts test funcs and helper data to fit Port's new int type.
6 lines
89 B
TOML
6 lines
89 B
TOML
host = "localhost"
|
|
port = 5432
|
|
user = "postgres"
|
|
database = "mydatabase"
|
|
ssl = "disable"
|