Fix typo
This commit is contained in:
@@ -85,9 +85,9 @@ type Playground struct {
|
|||||||
GithubClientID string `json:"github_client_id" bson:"github_client_id"`
|
GithubClientID string `json:"github_client_id" bson:"github_client_id"`
|
||||||
GithubClientSecret string `json:"github_client_secret" bson:"github_client_secret"`
|
GithubClientSecret string `json:"github_client_secret" bson:"github_client_secret"`
|
||||||
GoogleClientID string `json:"google_client_id" bson:"google_client_id"`
|
GoogleClientID string `json:"google_client_id" bson:"google_client_id"`
|
||||||
GoogleClientSecret string `json:"google_client_secert" bson:"google_client_secret"`
|
GoogleClientSecret string `json:"google_client_secret" bson:"google_client_secret"`
|
||||||
DockerClientID string `json:"docker_client_id" bson:"docker_client_id"`
|
DockerClientID string `json:"docker_client_id" bson:"docker_client_id"`
|
||||||
DockerClientSecret string `json:"google_client_secret" bson:"docker_client_secret"`
|
DockerClientSecret string `json:"docker_client_secret" bson:"docker_client_secret"`
|
||||||
DockerHost string `json:"docker_host" bson:"docker_host"`
|
DockerHost string `json:"docker_host" bson:"docker_host"`
|
||||||
MaxInstances int `json:"max_instances" bson:"max_instances"`
|
MaxInstances int `json:"max_instances" bson:"max_instances"`
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user