fix(doc): server-proxy-uri -- URI, not URL (#914)

There was this typo in the ./docker/postgrest.conf example file, hoping to spare others from having to chase this straight back to the source code.
This commit is contained in:
Peter Somogyvari
2017-07-17 08:18:51 -07:00
committed by Joe Nelson
parent c47e37177d
commit d6c47006b2
+1 -1
View File
@@ -6,7 +6,7 @@ db-pool = "$(PGRST_DB_POOL)"
server-host = "$(PGRST_SERVER_HOST)"
server-port = "$(PGRST_SERVER_PORT)"
server-proxy-url = "$(PGRST_SERVER_PROXY_URL)"
server-proxy-uri = "$(PGRST_SERVER_PROXY_URI)"
jwt-secret = "$(PGRST_JWT_SECRET)"
secret-is-base64 = "$(PGRST_SECRET_IS_BASE64)"