mirror of
https://github.com/YuzuZensai/palworld-server-docker.git
synced 2026-01-31 14:57:59 +00:00
- Added support to the new server environment variables;
This commit is contained in:
@@ -37,4 +37,10 @@ data:
|
||||
SERVER_NAME: {{ regexReplaceAll "\\W+" .Values.server.config.server_name "_" }}
|
||||
{{ else }}
|
||||
SERVER_NAME: {{ printf "%s_%s" "palworld" (randAlphaNum 6 | nospace) }}
|
||||
{{ end }}
|
||||
{{ end }}
|
||||
TZ: {{ .Values.server.config.timezone }}
|
||||
PUBLIC_IP: {{ .Values.server.config.public_ip | quote }}
|
||||
PUBLIC_PORT: {{ .Values.server.config.public_port | quote }}
|
||||
SERVER_DESCRIPTION: {{ .Values.server.config.server_description }}
|
||||
UPDATE_ON_BOOT: {{ .Values.server.config.update_on_boot | quote }}
|
||||
QUERY_PORT: {{ .Values.server.config.query_port | quote }}
|
||||
Reference in New Issue
Block a user