Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Brandon Piotrzkowski
gracedb
Commits
33b10292
Commit
33b10292
authored
Mar 28, 2017
by
Tanner Prestegard
Committed by
gracedb-dev1
Mar 28, 2017
Browse files
using default db password for all servers now that puppet config has been updated
parent
ab8e6c5b
Changes
1
Hide whitespace changes
Inline
Side-by-side
settings/test.py
View file @
33b10292
...
...
@@ -12,7 +12,7 @@ DATABASES = {
'NAME'
:
'gracedb'
,
'ENGINE'
:
'django.db.backends.mysql'
,
'USER'
:
'gracedb'
,
'PASSWORD'
:
TES
T_DB_PASSWORD
,
'PASSWORD'
:
DEFAUL
T_DB_PASSWORD
,
'OPTIONS'
:
{
'init_command'
:
'SET storage_engine=MYISAM'
,
},
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment