aboutsummaryrefslogtreecommitdiff
path: root/sqlboiler.toml
diff options
context:
space:
mode:
authorAlexander Kavon <me+git@alexkavon.com>2024-01-22 13:44:44 -0500
committerAlexander Kavon <me+git@alexkavon.com>2024-01-22 13:44:44 -0500
commit4f15e271f541ecd525268efa40992e0f5c057e12 (patch)
treec3c7cc20a3699d16cefff8cf114e8e7429a47463 /sqlboiler.toml
parentb3c1584ec4a5bcba84a10cd9b6501d0e978c2457 (diff)
rebuild commands, update postgres port to standard 5432
Diffstat (limited to 'sqlboiler.toml')
-rw-r--r--sqlboiler.toml2
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"