Skip to content

Commit

Permalink
Udpate
Browse files Browse the repository at this point in the history
  • Loading branch information
yongjhih committed Apr 5, 2016
1 parent b890079 commit 0e47e70
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file modified art/screenshot-parse-dashboard.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ parse-server:
ALLOW_CLIENT_CLASS_CREATION: $ALLOW_CLIENT_CLASS_CREATION # true
APP_NAME: $APP_NAME
PUBLIC_SERVER_URL: $PUBLIC_SERVER_URL
TRUST_PROXY: $TRUST_PROXY
TRUST_PROXY: $TRUST_PROXY
links:
- mongo
volumes_from:
Expand Down
2 changes: 1 addition & 1 deletion test-parse-cloud
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env bash

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

0 comments on commit 0e47e70

Please sign in to comment.