pick different port to postgres

This commit is contained in:
Max Howell 2023-07-21 11:56:29 -04:00
parent c5466eacfd
commit 1ca2677727
No known key found for this signature in database
GPG key ID: 741BB84EF5BB9EEC

View file

@ -4,7 +4,7 @@ set -em
# source <(tea +curl.se)
PORT=5432 #TODO find a port!
PORT=43873 #TODO find a port automatically!
openplayground run --port $PORT &