Skip to content

Commit

Permalink
docs: minor fixes of the README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
artursudnik committed Oct 9, 2023
1 parent 8fa1e3e commit 8639fda
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -183,14 +183,14 @@ $ npm run start:dev

## Database migrations

Having database persisted on production makes it necessary to have database schema migration process in place when
upgrading VC-API version running. Thanks to the migrations feature of the TypeORM this can bed automated.
Having database persisted on production makes it necessary to have database schema migration process in place when
upgrading VC-API version running. Thanks to the migrations feature of TypeORM, this can be automated.

### Executing migrations after VC-API code updated

#### WARNING!!!

The following settings are reccomended on production. These are also default application settings if not provided:
The following settings are recommended on production. These are also default application settings if not provided:
```dotenv
# below, if set to `true`, erases all data on every application start
DB_DROP_ON_START=false
Expand Down

0 comments on commit 8639fda

Please sign in to comment.