-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathcloudrun-control-plane.env
More file actions
24 lines (24 loc) · 975 Bytes
/
Copy pathcloudrun-control-plane.env
File metadata and controls
24 lines (24 loc) · 975 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Cloud Run control plane that forwards compile and execute to a private runner.
AONOHAKO_DEPLOYMENT_TARGET=cloudrun
AONOHAKO_EXECUTION_TRANSPORT=remote
AONOHAKO_SANDBOX_BACKEND=none
AONOHAKO_INBOUND_AUTH=bearer
AONOHAKO_API_BEARER_TOKEN=replace-with-strong-token
AONOHAKO_WORK_ROOT=/work
AONOHAKO_REQUIRE_WORK_ROOT_TMPFS=true
AONOHAKO_WORK_ROOT_MAX_BYTES=1073741824
AONOHAKO_WORK_ROOT_MAX_FILES=131072
AONOHAKO_REMOTE_RUNNER_URL=https://runner.internal
AONOHAKO_REMOTE_RUNNER_AUTH=cloudrun-idtoken
AONOHAKO_REMOTE_STRICT_PROTOCOL=true
AONOHAKO_MAX_PENDING_QUEUE=16
AONOHAKO_MAX_ACTIVE_STREAMS=64
AONOHAKO_MAX_ACTIVE_UPLOADS=4
AONOHAKO_MAX_PRINCIPAL_ACTIVE_UPLOADS=2
AONOHAKO_MAX_PRINCIPAL_ACTIVE_STREAMS=16
AONOHAKO_MAX_PRINCIPAL_REQUESTS_PER_MINUTE=60
AONOHAKO_ALLOW_REQUEST_NETWORK=false
AONOHAKO_NETWORK_EGRESS_ISOLATED=false
AONOHAKO_ALLOW_REQUEST_RUNTIME_PROFILE=false
AONOHAKO_DEFAULT_PYTHON_LIBRARY_MODE=stdlib
AONOHAKO_ALLOW_REQUEST_PYTHON_INSTALLED_LIBRARIES=false