Update README.md

This commit is contained in:
DrMint 2022-02-25 16:06:04 +01:00 committed by GitHub
parent 7ce0e1e2a7
commit e7b4d5b25a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ cd strapi.accords-library.com
npm install
```
If you have access to the database and files, the database is located in `.tmp/data.db`, the media files are in `public/uploads`. Transfer those to the new instance before running Strapi.
If you have access to the database and files, the database is located in `.tmp/data.db`, the encryption keys are localed in `.env`, and the media files are in `public/uploads`. Transfer those to the new instance before running Strapi.
To run strapi:
```bash