aboutsummaryrefslogtreecommitdiff
path: root/migrations/tern.conf
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 /migrations/tern.conf
parentb3c1584ec4a5bcba84a10cd9b6501d0e978c2457 (diff)
rebuild commands, update postgres port to standard 5432
Diffstat (limited to 'migrations/tern.conf')
-rw-r--r--migrations/tern.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/migrations/tern.conf b/migrations/tern.conf
index e52b80c..d884e6b 100644
--- a/migrations/tern.conf
+++ b/migrations/tern.conf
@@ -1,7 +1,7 @@
[database]
# host is required (network host or path to Unix domain socket)
host = localhost
-port = 9002
+port = 5432
# database is required
database = newsstand
# user defaults to OS user