Pārlūkot izejas kodu

[beeswax] Beeswax host server should appear in dump_config

Romain Rigaux 12 gadi atpakaļ
vecāks
revīzija
3a28455
1 mainītis faili ar 0 papildinājumiem un 1 dzēšanām
  1. 0 1
      apps/beeswax/src/beeswax/conf.py

+ 0 - 1
apps/beeswax/src/beeswax/conf.py

@@ -35,7 +35,6 @@ BEESWAX_SERVER_HOST = Config(
   help=_t("Host where Beeswax server Thrift daemon is running. If Kerberos security is enabled, "
          "the fully-qualified domain name (FQDN) is required, even if the Thrift daemon is running "
          "on the same host as Hue."),
-  private=True,
   default="localhost")
 
 BEESWAX_SERVER_PORT = Config(