blob: f788b30a92c6ad62e63d2f5c6d8205e3d5d7fb13 [file]
# Example CEL hosting configuration.
# GCE Project.
project {
name: "chrome-auth-lab-dev"
zone: "us-east1-b"
}
# Google Cloud Storage bucket to use.
storage { bucket: "chrome-auth-lab-staging" }
# Logs go here.
log_settings {
admin_log: "cel-admin"
}
# And a machine type
machine_type {
name: "windows-2016"
}