Skip to content

Commit c5d5b5c

Browse files
authored
Update docker-compose.yml
1 parent f46e7c2 commit c5d5b5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ x-shared_environment: &shared_environment
3333
PARSE_SERVER_ALLOW_CUSTOM_OBJECTID: 'true' # Required to be true for ParseCareKit
3434
PARSE_SERVER_ENABLE_SCHEMA_HOOKS: 'true' # When this is true, only need one server for PARSE_SERVER_SWIFT_URLS
3535
PARSE_SERVER_ENCODE_PARSE_OBJECT_IN_CLOUD_FUNCTION: 'true'
36-
PARSE_SERVER_PAGES_ENABLE_ROUTER": 'true'
36+
PARSE_SERVER_PAGES_ENABLE_ROUTER: 'true'
3737
PARSE_SERVER_DIRECT_ACCESS: 'false' # WARNING: Setting to 'true' is known to cause crashes on parse-hipaa running postgres
3838
PARSE_SERVER_ENABLE_PRIVATE_USERS: 'true'
3939
PARSE_SERVER_USING_PARSECAREKIT: 'false' # If you are not using ParseCareKit, set this to 'false'

0 commit comments

Comments
 (0)