feat: rename env names

This commit is contained in:
2022-08-06 16:33:46 +08:00
parent 93de208e17
commit 439eb7d3c3
2 changed files with 6 additions and 6 deletions

View File

@@ -13,9 +13,9 @@ Environment variables
| Env Key | Env Value |
|---------------|----------------------------------------------------------------|
| `HOME` | User home, default by OS system |
| `SKIP_CACHE` | Skip compiled cached file , turn on `true`, `yes`, `on` or `1` |
| `RUST_SCRIPT` | `rust_script` command line bin file |
| `MAX_SCRIPT_LEN` | Max script length |
| `RUNRS_SKIP_CACHE` | Skip compiled cached file , turn on `true`, `yes`, `on` or `1` |
| `RUNRS_RUST_SCRIPT` | `rust_script` command line bin file |
| `RUNRS_MAX_SCRIPT_LEN` | Max script length |
<br>