yongjhih/docker-parse-server
View on GitHubI want to add new CLASS on client side, but I always get 400 (Bad Request)
Open
#89 opened on Feb 13, 2017
help wanted
Repository metrics
- Stars
- (474 stars)
- PR merge metrics
- (PR metrics pending)
Description
does I set environment right?
parse-server: image: yongjhih/parse-server
environment:
PORT: 1337
DATABASE_URI: "mongodb://mongo:27017/test"
APP_ID: "test"
MASTER_KEY: test_MASTER_KEY
JAVASCRIPT_KEY: test_JAVASCRIPT_KEY
links:
- mongo
depends_on:
- mongo