Update digitalocean-one-click.md (#7255)

Based on what is created in version 3.1 from the Droplet the default folder is strapi-development and the .env is in the root of this folder
This commit is contained in:
Marius Wallin 2020-07-30 15:00:49 +02:00 committed by GitHub
parent 28b66d284f
commit d8a39da12b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -151,7 +151,7 @@ pm2 stop strapi-development
psql -c "ALTER USER strapi with password 'your-new-password';"
```
- Update the `/srv/strapi/strapi/config/.env` file with the new password.
- Update the `/srv/strapi/strapi-development/.env` file with the new password.
```
DATABASE_PASSWORD=your-new-password