diff options
Diffstat (limited to 'sqlboiler.toml')
| -rw-r--r-- | sqlboiler.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sqlboiler.toml b/sqlboiler.toml index b68e3e8..d0bb4c5 100644 --- a/sqlboiler.toml +++ b/sqlboiler.toml @@ -4,7 +4,7 @@ wipe = true [psql] dbname = "newsstand" host = "localhost" - port = 9002 + port = 5432 user = "newsstand" pass = "newsstand" sslmode = "disable" |
