Skip to content

Commit

Permalink
Update bdb_minter_migration_notes.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jsjiang authored Oct 27, 2023
1 parent e81380f commit d64c1b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/bdb_minter_migration_notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,15 +53,15 @@ background_jobs_active: false
* data model: minter.py
* migration file: 0004_minter.py

#### 2.2 Modify the EZID settings `settings/settings.py` to use the `eziddba` account for data model migration
#### 2.2 Modify the EZID settings `settings/settings.py` to use the dba account for data model migration

```
DATABASES = {
'default': {
'ENGINE': 'django.db.backends.mysql',
'HOST': hostname,
'NAME': 'ezid',
'USER': 'eziddba',
'USER': 'eziddba_account',
'PASSWORD': 'eziddba_password',
```

Expand Down

0 comments on commit d64c1b1

Please sign in to comment.