14 lines
437 B
Plaintext
14 lines
437 B
Plaintext
# Optional explicit overrides for OKE/load testing.
|
|
# Copy to .env.loadtest ONLY when you intentionally want to replace values
|
|
# inherited from templates/agent_template_backend/.env.
|
|
#
|
|
# cp deploy/oke/load-test/.env.loadtest.override.example \
|
|
# deploy/oke/load-test/.env.loadtest
|
|
|
|
# Example:
|
|
# OCI_REGION=sa-saopaulo-1
|
|
# OCI_AUTH_MODE=oke_workload_identity
|
|
# ENABLE_ANALYTICS=true
|
|
# ENABLE_MCP_TOOLS=true
|
|
# MONGODB_URI=mongodb://...
|