prosodyctl: check: Add some more known global config options
authorKim Alvefur <zash@zash.se>
Sun, 5 Jul 2015 20:20:29 +0000 (22:20 +0200)
committerKim Alvefur <zash@zash.se>
Sun, 5 Jul 2015 20:20:29 +0000 (22:20 +0200)
prosodyctl

index 6c4b148a927105b37e8eb3a54a6fe61b2907c245..a67f3dbde964bb4a787a437327105bfaa0cb57a2 100755 (executable)
@@ -841,7 +841,8 @@ function commands.check(arg)
                });
                local known_global_options = set.new({
                        "pidfile", "log", "plugin_paths", "prosody_user", "prosody_group", "daemonize",
-                       "umask", "prosodyctl_timeout", "use_ipv6", "use_libevent", "network_settings"
+                       "umask", "prosodyctl_timeout", "use_ipv6", "use_libevent", "network_settings",
+                       "network_backend", "http_default_host",
                });
                local config = config.getconfig();
                -- Check that we have any global options (caused by putting a host at the top)