{
  "projectId": "<%= slugify(project) %>-<%= env %>",
  "location": "<%= appEngineRegion %>",
  "host": "https://<%= slugify(project) %>-<%= env %>.appspot.com",
  "bucket": "<%= slugify(project) %>-<%= env %>.appspot.com",
  "systemSecret": "<%= secret %>",
  "cookieSecret": "<%= cookieSecret %>"
}
