Scoped packages (#4354)

* Updates for scoped packages dependencies

* bumps s3 adapter

* Update README.md

* Update README.md

* Update README.md
This commit is contained in:
Florent Vilmart
2017-11-17 08:32:58 -05:00
committed by GitHub
parent e1d04cd655
commit de73f3723c
10 changed files with 28 additions and 23 deletions

View File

@@ -116,7 +116,7 @@ export interface ParseServerOptions {
enableSingleSchemaCache: ?boolean; // = false
/* Sets the number of characters in generated object id's, default 10 */
objectIdSize: ?number; // = 10
/* The port to run the ParseServer. defaults to 1337.
/* The port to run the ParseServer. defaults to 1337.@parse/gcs-adapter
:ENV: PORT */
port: ?number; // = 1337
/* The host to serve ParseServer on. defaults to 0.0.0.0 */