Environment Variables
- AZLE_AUTORELOAD
- AZLE_IDENTITY_STORAGE_MODE
- AZLE_INSTRUCTION_COUNT
- AZLE_PROPTEST_NUM_RUNS
- AZLE_PROPTEST_PATH
- AZLE_PROPTEST_QUIET
- AZLE_PROPTEST_SEED
- AZLE_PROPTEST_VERBOSE
- AZLE_TEST_FETCH
- AZLE_UPLOADER_IDENTITY_NAME
- AZLE_VERBOSE
AZLE_AUTORELOAD
Set this to true
to enable autoreloading of your TypeScript/JavaScript code when making any changes to .ts
or .js
files in your project.
AZLE_IDENTITY_STORAGE_MODE
Used for automated testing.
AZLE_INSTRUCTION_COUNT
Set this to true
to see rough instruction counts just before JavaScript execution completes for calls.
AZLE_PROPTEST_NUM_RUNS
Used for automated testing.
AZLE_PROPTEST_PATH
Used for automated testing.
AZLE_PROPTEST_QUIET
Used for automated testing.
AZLE_PROPTEST_SEED
Used for automated testing.
AZLE_PROPTEST_VERBOSE
Used for automated testing.
AZLE_TEST_FETCH
Used for automated testing.
AZLE_UPLOADER_IDENTITY_NAME
Change the name of the dfx
identity added as a controller for uploading large assets and autoreload.
AZLE_VERBOSE
Set this to true
to enable more logging output during dfx deploy
.