Skip to content

Commit 0e47e70

Browse files
committed
Udpate
1 parent b890079 commit 0e47e70

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

art/screenshot-parse-dashboard.png

-24.4 KB
Loading

docker-compose.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ parse-server:
3434
ALLOW_CLIENT_CLASS_CREATION: $ALLOW_CLIENT_CLASS_CREATION # true
3535
APP_NAME: $APP_NAME
3636
PUBLIC_SERVER_URL: $PUBLIC_SERVER_URL
37-
TRUST_PROXY: $TRUST_PROXY
37+
TRUST_PROXY: $TRUST_PROXY
3838
links:
3939
- mongo
4040
volumes_from:

test-parse-cloud

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env bash
22

33
curl -X POST \
4-
-H "X-Parse-Application-Id: appId" \
4+
-H "X-Parse-Application-Id: myAppId" \
55
-H "Content-Type: application/json" \
66
-d '{}' \
77
http://localhost:1337/parse/functions/hello

0 commit comments

Comments
 (0)