Skip to content
Snippets Groups Projects
Commit 33b10292 authored by Tanner Prestegard's avatar Tanner Prestegard Committed by gracedb-dev1
Browse files

using default db password for all servers now that puppet config has been updated

parent ab8e6c5b
No related branches found
No related tags found
No related merge requests found
......@@ -12,7 +12,7 @@ DATABASES = {
'NAME' : 'gracedb',
'ENGINE' : 'django.db.backends.mysql',
'USER' : 'gracedb',
'PASSWORD' : TEST_DB_PASSWORD,
'PASSWORD' : DEFAULT_DB_PASSWORD,
'OPTIONS' : {
'init_command' : 'SET storage_engine=MYISAM',
},
......
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