Skip to content

Commit 1f045b7

Browse files
committed
When Zen starts
1 parent 02e3bc2 commit 1f045b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/esm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export NODE_OPTIONS='-r @aikidosec/firewall/instrument'
2020
2121
## Loading environment variables
2222

23-
When using `--require`/`-r` to preload the Zen firewall, the instrumentation hook runs before your application code. This means environment variables loaded by packages like `dotenv` will not be available when the firewall starts.
23+
When using `--require`/`-r` to preload the Zen firewall, the instrumentation hook runs before your application code. This means environment variables loaded by packages like `dotenv` will not be available when Zen starts.
2424

2525
To ensure `AIKIDO_TOKEN` and other environment variables are available during instrumentation, use Node.js's native `--env-file` flag:
2626

0 commit comments

Comments
 (0)