mirror of
https://github.com/Microsoft/sql-server-samples.git
synced 2025-12-08 14:58:54 +00:00
update project settings.py with AdventureWorksDW2017 as default database
This commit is contained in:
@@ -79,7 +79,7 @@ WSGI_APPLICATION = 'SqlServerOnDocker.wsgi.application'
|
||||
DATABASES = {
|
||||
'default': {
|
||||
'ENGINE': 'sql_server.pyodbc',
|
||||
'NAME': 'docker2',
|
||||
'NAME': 'AdventureWorksDW2017',
|
||||
'USER': 'sa',
|
||||
'PASSWORD': 'Alaska2017',
|
||||
'HOST': 'db1.internal.prod.example.com',
|
||||
|
||||
Reference in New Issue
Block a user