You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by ma...@apache.org on 2021/10/06 17:39:05 UTC

[airavata-django-portal] branch develop updated: AIRAVATA-3525 Fix setting the OPTIONS for MySQL/MariaDB databases

This is an automated email from the ASF dual-hosted git repository.

machristie pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/airavata-django-portal.git


The following commit(s) were added to refs/heads/develop by this push:
     new 0830d78  AIRAVATA-3525 Fix setting the OPTIONS for MySQL/MariaDB databases
0830d78 is described below

commit 0830d782fa25eaf9dd2d7e3e8d526401a8c484ba
Author: Marcus Christie <ma...@apache.org>
AuthorDate: Wed Oct 6 13:38:43 2021 -0400

    AIRAVATA-3525 Fix setting the OPTIONS for MySQL/MariaDB databases
---
 django_airavata/settings_local.py.sample | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/django_airavata/settings_local.py.sample b/django_airavata/settings_local.py.sample
index b6b55d4..ba7410a 100644
--- a/django_airavata/settings_local.py.sample
+++ b/django_airavata/settings_local.py.sample
@@ -25,11 +25,10 @@ BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
 #         'NAME': '...',
 #         'HOST': '...',
 #         'USER': '...',
-#         'PASSWORD': '...'
-#     },
-#     'OPTIONS': {
-#         'init_command': 'SET default_storage_engine=INNODB,collation_connection=utf8_bin',
-#     }
+#         'PASSWORD': '...',
+#         'OPTIONS': {
+#             'init_command': 'SET default_storage_engine=INNODB,collation_connection=utf8_bin',
+#         }
 # }
 
 # Django - Email settings