Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(docs): update docs/env.md file #277

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ Now, the CU service will be running alongside the ar.io gateway. Within the dock
## Configuration

When running via `docker compose`, it will read a `.env` file in the project root
directory and use the environment variables set there.
directory and use the environment variables set there. Refer to [ENVIRONMENT.md](./ENVIRONMENT.md) for a list of all available environment variables and their default values.

### GraphQL Pass-Through

Expand Down
2 changes: 2 additions & 0 deletions docker-compose.ao.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ services:
ENABLE_METRICS_ENDPOINT: ${ENABLE_METRICS_ENDPOINT:-}
DB_MODE: ${DB_MODE:-}
DB_URL: ${DB_URL:-}
UNIT_MODE: ${UNIT_MODE:-cu}
PROCESS_WASM_MEMORY_MAX_LIMIT: ${PROCESS_WASM_MEMORY_MAX_LIMIT:-}
PROCESS_WASM_COMPUTE_MAX_LIMIT: ${PROCESS_WASM_COMPUTE_MAX_LIMIT:-}
PROCESS_WASM_SUPPORTED_FORMATS: ${PROCESS_WASM_SUPPORTED_FORMATS:-}
Expand All @@ -35,6 +36,7 @@ services:
PROCESS_MEMORY_CACHE_CHECKPOINT_INTERVAL: ${PROCESS_MEMORY_CACHE_CHECKPOINT_INTERVAL:-}
PROCESS_CHECKPOINT_CREATION_THROTTLE: ${PROCESS_CHECKPOINT_CREATION_THROTTLE:-}
DISABLE_PROCESS_CHECKPOINT_CREATION: ${DISABLE_PROCESS_CHECKPOINT_CREATION:-}
DISABLE_PROCESS_FILE_CHECKPOINT_CREATION: ${DISABLE_PROCESS_FILE_CHECKPOINT_CREATION:-}
EAGER_CHECKPOINT_ACCUMULATED_GAS_THRESHOLD: ${EAGER_CHECKPOINT_ACCUMULATED_GAS_THRESHOLD:-}
MEM_MONITOR_INTERVAL: ${MEM_MONITOR_INTERVAL:-}
BUSY_THRESHOLD: ${BUSY_THRESHOLD:-}
Expand Down
Loading
Loading