Ver código fonte

HUE-2817 [core] Correct database default options to be valid JSON

Jenny Kim 10 anos atrás
pai
commit
5886c7e

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

@@ -393,7 +393,7 @@
     # postgresql_psycopg2, mysql, sqlite3 or oracle.
     #
     # Note that for sqlite3, 'name', below is a path to the filename. For other backends, it is the database name.
-    # Note for Oracle, options={'threaded':true} must be set in order to avoid crashes.
+    # Note for Oracle, options={"threaded":true} must be set in order to avoid crashes.
     # Note for Oracle, you can use the Oracle Service Name by setting "port=0" and then "name=<host>:<port>/<service_name>".
     ## engine=sqlite3
     ## host=

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

@@ -400,7 +400,7 @@
     # postgresql_psycopg2, mysql, sqlite3 or oracle.
     #
     # Note that for sqlite3, 'name', below is a path to the filename. For other backends, it is the database name.
-    # Note for Oracle, options={'threaded':true} must be set in order to avoid crashes.
+    # Note for Oracle, options={"threaded":true} must be set in order to avoid crashes.
     # Note for Oracle, you can use the Oracle Service Name by setting "port=0" and then "name=<host>:<port>/<service_name>".
     ## engine=sqlite3
     ## host=