Added BACKUP_DIR env

This commit is contained in:
rokiden
2023-09-22 20:27:31 +06:00
parent edeeb74c6c
commit 00bc03f257
3 changed files with 7 additions and 1 deletions

View File

@@ -80,6 +80,7 @@ You can set variables either in your environment, or using the [`.env`](https://
- `INTEGRITY` - Should enable SRI for build script and link resources
- `IS_DOCKER` - Computed automatically on build. Indicates if running in container
- `VUE_APP_VERSION` - Again, set automatically using package.json during build time
- `BACKUP_DIR` - Directory for conf.yml backups
### Environment Modes