You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
-4Lines changed: 0 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -183,11 +183,7 @@ The service can be configured using environment variables:
183
183
|----------|-------------|---------|
184
184
|`EMULATOR_SECRET_KEY`| Private key for signing (hex encoded) | Required |
185
185
|`EMULATOR_DEPRECATED_KEYS`| Comma-separated deprecated private keys (hex encoded) still accepted for signing. Empty means none. CSV is strict: leading commas, trailing commas, empty entries, whitespace, duplicates, and the current key are rejected. | Empty |
186
-
|`EMULATOR_DATADIR`| Data directory path | OS-specific app data dir |
187
186
|`EMULATOR_PORT`| Server port (gRPC + HTTP REST gateway) | 7073 |
|`EMULATOR_ARKD_URL`| URL of the `arkd` instance used for attempted finalization in [`SubmitTx`](#submittx)| Required |
193
189
|`EMULATOR_COMPUTE_LIMITS`| Comma-separated `OPCODE=limit` overrides for per-input opcode execution caps, for example `OP_ECPAIRING=8,OP_MODEXP=128`. Overrides are applied on top of defaults; use an empty value such as `OP_ECADD=` to remove a default cap. | Default compute limits |
0 commit comments