From f92fe66408fa19a308ebfc3c2c0fec278ab9d342 Mon Sep 17 00:00:00 2001 From: stephentuso Date: Wed, 21 Feb 2018 22:00:22 -0500 Subject: [PATCH] Fix cloud env var in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3723ddc73a..0b6a2ea132 100644 --- a/README.md +++ b/README.md @@ -350,7 +350,7 @@ PARSE_SERVER_APPLICATION_ID PARSE_SERVER_MASTER_KEY PARSE_SERVER_DATABASE_URI PARSE_SERVER_URL -PARSE_SERVER_CLOUD_CODE_MAIN +PARSE_SERVER_CLOUD ``` The default port is 1337, to use a different port set the PORT environment variable: