Explorar o código

[dbms] Document options settings for databases

Romain Rigaux %!s(int64=11) %!d(string=hai) anos
pai
achega
8e6530bb9b
Modificáronse 2 ficheiros con 14 adicións e 0 borrados
  1. 7 0
      desktop/conf.dist/hue.ini
  2. 7 0
      desktop/conf/pseudo-distributed.ini.tmpl

+ 7 - 0
desktop/conf.dist/hue.ini

@@ -520,6 +520,10 @@
       # Database backend to use.
       ## engine=sqlite
 
+      # Database options to send to the server when connecting.
+      # https://docs.djangoproject.com/en/1.4/ref/databases/
+      ## options={}
+
     # mysql, oracle, or postgresql configuration.
     ## [[[mysql]]]
       # Name to show in the UI.
@@ -552,6 +556,9 @@
       # connecting to the database.
       ## password=example
 
+      # Database options to send to the server when connecting.
+      # https://docs.djangoproject.com/en/1.4/ref/databases/
+      ## options={}
 
 ###########################################################################
 # Settings to configure your Hadoop cluster.

+ 7 - 0
desktop/conf/pseudo-distributed.ini.tmpl

@@ -527,6 +527,10 @@
       # Database backend to use.
       ## engine=sqlite
 
+      # Database options to send to the server when connecting.
+      # https://docs.djangoproject.com/en/1.4/ref/databases/
+      ## options={}
+
     # mysql, oracle, or postgresql configuration.
     ## [[[mysql]]]
       # Name to show in the UI.
@@ -559,6 +563,9 @@
       # connecting to the database.
       ## password=example
 
+      # Database options to send to the server when connecting.
+      # https://docs.djangoproject.com/en/1.4/ref/databases/
+      ## options={}
 
 ###########################################################################
 # Settings to configure your Hadoop cluster.