This website requires JavaScript.
Explore
Help
Sign In
balki
/
pgweb
Watch
1
Star
0
Fork
0
You've already forked pgweb
Code
Pull Requests
Activity
pgweb
/
data
/
bookmark.toml
6 lines
89 B
TOML
Raw
Normal View
History
Unescape
Escape
Add bookmark tests
2015-03-03 20:44:14 -06:00
host
=
"localhost"
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 01:22:12 -05:00
port
=
5432
Add bookmark tests
2015-03-03 20:44:14 -06:00
user
=
"postgres"
database
=
"mydatabase"
ssl
=
"disable"
Copy Permalink