Move max instnace check to playground config

This commit is contained in:
Marcos Lilljedahl
2018-02-24 12:31:30 -03:00
parent 0414f4933c
commit b390cfa4e5
3 changed files with 15 additions and 10 deletions

View File

@@ -87,4 +87,5 @@ type Playground struct {
FacebookClientSecret string `json:"facebook_client_secret" bson:"facebook_client_secret"`
DockerClientID string `json:"docker_client_id" bson:"docker_client_id"`
DockerClientSecret string `json:"docker_client_secret" bson:"docker_client_secret"`
MaxInstances int `json:"max_instances" bson:"max_instances"`
}