# defaults for cuttlefish-host_orchestrator # The network address to listen on. # Defaults to localhost only. orchestrator_listen_address=0.0.0.0 # # The port on which the orchestrator server should listen on for plain HTTP. # Defaults to 2080. orchestrator_http_port=2081 # # Android Build URL. Defaults to "https://androidbuildinternal.googleapis.com" # orchestrator_android_build_url= # # Directory used to store the CVD artifacts. # Defaults to "/tmp//cvd_artifacts" orchestrator_cvd_artifacts_dir=/var/lib/cuttlefish-common # # Where web UI in the application is from # If it isn't empty, the application uses web UI from the url, # else, it uses web pages which is generated during the build # Defaults to "" # operator_webui_url= # # The port where the operator is to listen on. # Defaults to 1080. # operator_http_port= # # Indicates whether to use the GCE metadata to get the Build API credentials. # Defaults to false. # build_api_credentials_use_gce_metadata=