File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -58,6 +58,7 @@ The `settings` section of the configuration file is used to configure the applic
5858| ` defaults.tasks.silent ` | default silent setting for tasks | no |
5959| ` dotenv ` | array of ` .env ` filenames to load | no |
6060| ` cache.ttl-minutes ` | number of minutes to cache remote files | no |
61+ | ` checksum-verification ` | ` boolean ` value specifying if remote file checksums should be verified, defaults to ` true ` | no |
6162| ` exit-on-checksum-mismatch ` | ` boolean ` value specifying whether to exit if a checksum mismatch occurs when including a remote file | no |
6263
6364Example ` settings ` section:
@@ -69,6 +70,7 @@ version: 1.0.0
6970settings :
7071 dotenv : ['.env', '.env.local'] # loads both `.env` and `.env.local` files, defaults to `.env`.
7172 exit-on-checksum-mismatch : false # do not exit if a checksum mismatch occurs, defaults to true.
73+ checksum-verification : false # do not verify checksums, defaults to true.
7274 cache :
7375 ttl-minutes : 60 # cache remote files for 60 minutes, defaults to 5 minutes.
7476 defaults :
You can’t perform that action at this time.
0 commit comments