Bläddra i källkod

HUE-4483 [core] Do not use backticks in the ini files

Romain Rigaux 9 år sedan
förälder
incheckning
a7e16eb7de
2 ändrade filer med 22 tillägg och 22 borttagningar
  1. 11 11
      desktop/conf.dist/hue.ini
  2. 11 11
      desktop/conf/pseudo-distributed.ini.tmpl

+ 11 - 11
desktop/conf.dist/hue.ini

@@ -21,7 +21,7 @@
   secret_key=
 
   # Execute this script to produce the Django secret key. This will be used when
-  # `secret_key` is not set.
+  # 'secret_key' is not set.
   ## secret_key_script=
 
   # Webserver listens on this address and port
@@ -81,7 +81,7 @@
   # SSL certificate password
   ## ssl_password=
 
-  # Execute this script to produce the SSL password. This will be used when `ssl_password` is not set.
+  # Execute this script to produce the SSL password. This will be used when 'ssl_password' is not set.
   ## ssl_password_script=
 
   # X-Content-Type-Options: nosniff This is a HTTP response header feature that helps prevent attacks based on MIME-type confusion.
@@ -192,9 +192,9 @@
   #
   # Redaction works by searching a string for the [TRIGGER] string. If found,
   # the [REGEX] is used to replace sensitive information with the
-  # [REDACTION_MASK].  If specified with `log_redaction_string`, the
-  # `log_redaction_string` rules will be executed after the
-  # `log_redaction_file` rules.
+  # [REDACTION_MASK].  If specified with 'log_redaction_string', the
+  # 'log_redaction_string' rules will be executed after the
+  # 'log_redaction_file' rules.
   #
   # For example, here is a file that would redact passwords and social security numbers:
 
@@ -352,7 +352,7 @@
     ## bind_password=
 
     # Execute this script to produce the bind user password. This will be used
-    # when `bind_password` is not set.
+    # when 'bind_password' is not set.
     ## bind_password_script=
 
     # Pattern for searching for usernames -- Use <username> for the parameter
@@ -447,7 +447,7 @@
         ## bind_password=
 
         # Execute this script to produce the bind user password. This will be used
-        # when `bind_password` is not set.
+        # when 'bind_password' is not set.
         ## bind_password_script=
 
         # Pattern for searching for usernames -- Use <username> for the parameter
@@ -502,7 +502,7 @@
     ## port=
     ## user=
     ## password=
-    # Execute this script to produce the database password. This will be used when `password` is not set.
+    # Execute this script to produce the database password. This will be used when 'password' is not set.
     ## password_script=/path/script
     ## name=desktop/desktop.db
     ## options={}
@@ -1346,7 +1346,7 @@
   # Path to a file containing the password private key.
   ## key_file_password=/path/key
 
-  # Execute this script to produce the private key password. This will be used when `key_file_password` is not set.
+  # Execute this script to produce the private key password. This will be used when 'key_file_password' is not set.
   ## key_file_password_script=/path/pwd.sh
 
   # A mapping from attributes in the response from the IdP to django user attributes.
@@ -1461,14 +1461,14 @@
     ## product_name=hue
     # A secret passphrase associated with the productName
     ## product_secret=hue
-    # Execute this script to produce the product secret. This will be used when `product_secret` is not set.
+    # Execute this script to produce the product secret. This will be used when 'product_secret' is not set.
     ## product_secret_script=
 
     # The email of the Optimizer account you want to associate with the Product.
     ## email=hue@gethue.com
     # The password associated with the Optimizer account you to associate with the Product.
     ## email_password=hue
-    # Execute this script to produce the email password. This will be used when `email_password` is not set.
+    # Execute this script to produce the email password. This will be used when 'email_password' is not set.
     ## password_script=
 
     # In secure mode (HTTPS), if Optimizer SSL certificates have to be verified against certificate authority.

+ 11 - 11
desktop/conf/pseudo-distributed.ini.tmpl

@@ -25,7 +25,7 @@
   secret_key=
 
   # Execute this script to produce the Django secret key. This will be used when
-  # `secret_key` is not set.
+  # 'secret_key' is not set.
   ## secret_key_script=
 
   # Webserver listens on this address and port
@@ -85,7 +85,7 @@
   # SSL certificate password
   ## ssl_password=
 
-  # Execute this script to produce the SSL password. This will be used when `ssl_password` is not set.
+  # Execute this script to produce the SSL password. This will be used when 'ssl_password' is not set.
   ## ssl_password_script=
 
   # X-Content-Type-Options: nosniff This is a HTTP response header feature that helps prevent attacks based on MIME-type confusion.
@@ -200,9 +200,9 @@
   #
   # Redaction works by searching a string for the [TRIGGER] string. If found,
   # the [REGEX] is used to replace sensitive information with the
-  # [REDACTION_MASK].  If specified with `log_redaction_string`, the
-  # `log_redaction_string` rules will be executed after the
-  # `log_redaction_file` rules.
+  # [REDACTION_MASK].  If specified with 'log_redaction_string', the
+  # 'log_redaction_string' rules will be executed after the
+  # 'log_redaction_file' rules.
   #
   # For example, here is a file that would redact passwords and social security numbers:
 
@@ -360,7 +360,7 @@
     ## bind_password=
 
     # Execute this script to produce the bind user password. This will be used
-    # when `bind_password` is not set.
+    # when 'bind_password' is not set.
     ## bind_password_script=
 
     # Pattern for searching for usernames -- Use <username> for the parameter
@@ -455,7 +455,7 @@
         ## bind_password=
 
         # Execute this script to produce the bind user password. This will be used
-        # when `bind_password` is not set.
+        # when 'bind_password' is not set.
         ## bind_password_script=
 
         # Pattern for searching for usernames -- Use <username> for the parameter
@@ -510,7 +510,7 @@
     ## port=
     ## user=
     ## password=
-    # Execute this script to produce the database password. This will be used when `password` is not set.
+    # Execute this script to produce the database password. This will be used when 'password' is not set.
     ## password_script=/path/script
     ## name=desktop/desktop.db
     ## options={}
@@ -1356,7 +1356,7 @@
   # Path to a file containing the password private key.
   ## key_file_password=/path/key
 
-  # Execute this script to produce the private key password. This will be used when `key_file_password` is not set.
+  # Execute this script to produce the private key password. This will be used when 'key_file_password' is not set.
   ## key_file_password_script=/path/pwd.sh
 
   # A mapping from attributes in the response from the IdP to django user attributes.
@@ -1471,14 +1471,14 @@
     ## product_name=hue
     # A secret passphrase associated with the productName
     ## product_secret=hue
-    # Execute this script to produce the product secret. This will be used when `product_secret` is not set.
+    # Execute this script to produce the product secret. This will be used when 'product_secret' is not set.
     ## product_secret_script=
 
     # The email of the Optimizer account you want to associate with the Product.
     ## email=hue@gethue.com
     # The password associated with the Optimizer account you to associate with the Product.
     ## email_password=hue
-    # Execute this script to produce the email password. This will be used when `email_password` is not set.
+    # Execute this script to produce the email password. This will be used when 'email_password' is not set.
     ## password_script=
 
     # In secure mode (HTTPS), if Optimizer SSL certificates have to be verified against certificate authority.