We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8730875 commit 9085a94Copy full SHA for 9085a94
charts/tibiadata-api-go/values.yaml
@@ -28,14 +28,14 @@ configMap:
28
create: true
29
settings:
30
# generic settings
31
- debug_mode: false
+ DEBUG_MODE: false
32
# Gin-related settings
33
- gin_mode: release
34
- gin_trusted_proxies: ""
+ GIN_MODE: release
+ GIN_TRUSTED_PROXIES: ""
35
# TibiaData-related settings
36
- tibiadata_edition: open-source
37
- tibiadata_host: undefined
38
- tibiadata_restriction_mode: false
+ TIBIADATA_EDITION: open-source
+ TIBIADATA_HOST: undefined
+ TIBIADATA_RESTRICTION_MODE: false
39
40
podAnnotations: {}
41
0 commit comments