Make docker Oauth endpoint configurable

This commit is contained in:
Marcos Lilljedahl
2019-03-31 14:14:05 -03:00
parent 91912732aa
commit 40197c4cdf
2 changed files with 8 additions and 3 deletions

View File

@@ -87,5 +87,6 @@ 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"`
DockerHost string `json:"docker_host" bson:"docker_host"`
MaxInstances int `json:"max_instances" bson:"max_instances"`
}