Skip to content
Snippets Groups Projects
Commit 49825ff2 authored by Alexander Pace's avatar Alexander Pace
Browse files

ONE LAST TYPO

parent 29b40c99
No related branches found
No related tags found
1 merge request!46Refreshed look and feel
Pipeline #98133 failed
...@@ -138,10 +138,10 @@ DATABASES = { ...@@ -138,10 +138,10 @@ DATABASES = {
'PORT': os.environ.get('DJANGO_DB_PORT', ''), 'PORT': os.environ.get('DJANGO_DB_PORT', ''),
'OPTIONS': { 'OPTIONS': {
'init_command': 'SET storage_engine=MyISAM', 'init_command': 'SET storage_engine=MyISAM',
'CONN_MAX_AGE': 3600,
# NOTE: for mysql>=5.7 this will need to be changed to # NOTE: for mysql>=5.7 this will need to be changed to
#'init_command': 'SET default_storage_engine=MyISAM', #'init_command': 'SET default_storage_engine=MyISAM',
}, },
'CONN_MAX_AGE': 3600,
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment