Skip to content

Commit 7cab14b

Browse files
committed
Update README
1 parent 935c0c8 commit 7cab14b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ var pushConfig = { pushTypes : { android: {ARN : 'arn:aws:sns:us-west-2:1234567
9393
region: "us-west-2"
9494
};
9595

96-
var SNSPushAdapter = require('parse-server-sns-adapter').default;
96+
var SNSPushAdapter = require('parse-server-sns-adapter');
9797
var snsPushAdapter = new SNSPushAdapter(pushConfig);
9898
pushConfig['adapter'] = snsPushAdapter;
9999
```
@@ -133,3 +133,5 @@ var api = new ParseServer({
133133
```
134134
135135
Open up http://127.0.0.1:8080/?port=5858 locally. You can use the Chrome debugging tools to set breakpoints in the JavaScript code.
136+
137+
* Set `VERBOSE=1` or `VERBOSE_PARSE_SERVER_SNS_ADAPTER=1` as an environment variable to see all logging.

0 commit comments

Comments
 (0)