Skip to content

Commit

Permalink
fix: fix basic required config
Browse files Browse the repository at this point in the history
  • Loading branch information
DrPsychick committed May 6, 2024
1 parent 45c783e commit e792963
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions charts/athens-proxy/ci/config-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,22 @@ config:
toml: |-
# custom config.toml enabled: {{ .Values.config.enabled }}
GoBinary = "go"
GoBinaryEnvVars = ["GOPROXY=direct"]
GoEnv = "development"
GoGetDir = ""
GoGetWorkers = 3
ProtocolWorkers = 10
LogLevel = "debug"
LogFormat = "plain"
DownloadMode = "sync"
NetworkMode = "strict"
StorageType = "memory"
Port = ":3000"
StorageType = "disk"
IndexType = "none"
ShutdownTimeout = 5
Timeout = 60
[Storage]
# no config needed
[Storage.Disk]
RootPath = "/var/lib/athens"
[Index]
# no config needed

0 comments on commit e792963

Please sign in to comment.