Skip to content

Commit

Permalink
Try with 'NAME'
Browse files Browse the repository at this point in the history
  • Loading branch information
mrharpo committed Nov 3, 2023
1 parent 7da6c36 commit 2ff5b68
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion ov_wag/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,10 @@
'NAME': os.environ.get('OV_DB_NAME'),
'USER': os.environ.get('OV_DB_USER'),
'PASSWORD': os.environ.get('OV_DB_PASSWORD'),
}
},
'TEST': {
'NAME': os.environ.get('OV_DB_NAME'),
},
}


Expand Down

0 comments on commit 2ff5b68

Please sign in to comment.