aboutsummaryrefslogtreecommitdiffstats
path: root/src/config
diff options
context:
space:
mode:
Diffstat (limited to 'src/config')
-rw-r--r--src/config/ConfigTemplates.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/config/ConfigTemplates.cxx b/src/config/ConfigTemplates.cxx
index b5f0c3e93..cd353dc19 100644
--- a/src/config/ConfigTemplates.cxx
+++ b/src/config/ConfigTemplates.cxx
@@ -54,10 +54,10 @@ const ConfigTemplate config_param_templates[] = {
{ "samplerate_converter" },
{ "audio_buffer_size" },
{ "buffer_before_play" },
- { "http_proxy_host" },
- { "http_proxy_port" },
- { "http_proxy_user" },
- { "http_proxy_password" },
+ { "http_proxy_host", false, true },
+ { "http_proxy_port", false, true },
+ { "http_proxy_user", false, true },
+ { "http_proxy_password", false, true },
{ "connection_timeout" },
{ "max_connections" },
{ "max_playlist_length" },