yongjhih/docker-parse-server

I want to add new CLASS on client side, but I always get 400 (Bad Request)

Open

#89 opened on Feb 13, 2017

View on GitHub
 (0 comments) (0 reactions) (0 assignees)JavaScript (161 forks)github user discovery
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

Contributor guide