diff options
| author | Alexander Kavon <me+git@alexkavon.com> | 2024-01-22 13:44:44 -0500 |
|---|---|---|
| committer | Alexander Kavon <me+git@alexkavon.com> | 2024-01-22 13:44:44 -0500 |
| commit | 4f15e271f541ecd525268efa40992e0f5c057e12 (patch) | |
| tree | c3c7cc20a3699d16cefff8cf114e8e7429a47463 /migrations | |
| parent | b3c1584ec4a5bcba84a10cd9b6501d0e978c2457 (diff) | |
rebuild commands, update postgres port to standard 5432
Diffstat (limited to 'migrations')
| -rw-r--r-- | migrations/tern.conf | 2 |
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 |
