Skip to content
Snippets Groups Projects
Commit 82db4e1f authored by Daniel Levy's avatar Daniel Levy
Browse files

Fix error in settings

parent 9bec5a2d
No related branches found
No related tags found
No related merge requests found
......@@ -14,7 +14,7 @@ DATABASES = {
'TEST': {
'NAME': 'jenkins_internewshid', # Or path to database file if using sqlite3.
'MIRROR': 'default', # trick django into not creating the default test database
}
},
'USER': 'internewshid', # Not used with sqlite3.
'PASSWORD': private_settings.DB_PASSWORD, # Not used with sqlite3.
'HOST': '', # Set to empty string for localhost. Not used with sqlite3.
......
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