|
|
@@ -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.
|