Skip to content

Commit 584844f

Browse files
jmdobryflovilmart
authored andcommitted
Update app.yaml (#356)
1 parent cb27ac8 commit 584844f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

app.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
runtime: nodejs
2-
vm: true
2+
env: flex
33

44
env_variables:
55
# --REQUIRED--
66
DATABASE_URI: mongodb://localhost:27017/dev
77
APP_ID: <your-app-id>
88
MASTER_KEY: <your-master-key>
9+
SERVER_URL: https://your-project-id.appspot.com/parse
910
# --OPTIONAL--
1011
# FILE_KEY: <your-file-key>
1112
# PARSE_MOUNT: /parse
12-
# CLOUD_CODE_MAIN:
13+
# CLOUD_CODE_MAIN:

0 commit comments

Comments
 (0)