pgweb/data/bookmark.toml
akarki15 038cb620c6 Set the type of Bookmark.Port to int
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.
2016-11-10 20:06:39 -05:00

6 lines
89 B
TOML

host = "localhost"
port = 5432
user = "postgres"
database = "mydatabase"
ssl = "disable"