/ port change from 3000 to 3001

fro/pi3#59
This commit is contained in:
fro
2025-12-29 15:28:13 -05:00
parent 60bf4f9983
commit 312f58a857

View File

@@ -25,7 +25,7 @@ server {
# upstream configuration for postgrest (used as reversed proxy)
upstream postgrest {
server localhost:3000;
server localhost:3001;
}
# https