We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f46e7c2 commit c5d5b5cCopy full SHA for c5d5b5c
docker-compose.yml
@@ -33,7 +33,7 @@ x-shared_environment: &shared_environment
33
PARSE_SERVER_ALLOW_CUSTOM_OBJECTID: 'true' # Required to be true for ParseCareKit
34
PARSE_SERVER_ENABLE_SCHEMA_HOOKS: 'true' # When this is true, only need one server for PARSE_SERVER_SWIFT_URLS
35
PARSE_SERVER_ENCODE_PARSE_OBJECT_IN_CLOUD_FUNCTION: 'true'
36
- PARSE_SERVER_PAGES_ENABLE_ROUTER": 'true'
+ PARSE_SERVER_PAGES_ENABLE_ROUTER: 'true'
37
PARSE_SERVER_DIRECT_ACCESS: 'false' # WARNING: Setting to 'true' is known to cause crashes on parse-hipaa running postgres
38
PARSE_SERVER_ENABLE_PRIVATE_USERS: 'true'
39
PARSE_SERVER_USING_PARSECAREKIT: 'false' # If you are not using ParseCareKit, set this to 'false'
0 commit comments