blob: f9b985f0358cb1d8a8a378466295a9b6e5ecca8a [file] [log] [blame] [edit]
{
authorized_users: [
"google.com",
],
client_secret_file: "/etc/skia.org/login.json",
force_login: true, // This instance requires authentication.
frontend: {
baseRepoURL: "<inherited from git_repo_url>",
defaultCorpus: "eskia",
title: "eSkia Gold",
},
prom_port: ":20000",
ready_port: ":7000",
debug_port: ":7001",
resources_path: "/usr/local/share/frontend/dist",
// These values affect the k8s deployment; they are not read in by the binary.
K8S_CPU: "100m",
K8S_LOGIN_SECRETS: "skia-org-legacy-login-secrets",
K8S_MEMORY: "100Mi"
}