There should be one central admin configuration file to set things like GCS bucket names, project name, account scopes, image locations, etc. This could either be simply a Python module similar to the current app/ComputeEngine/Config.py or an XML/YAML file that works with a build script. The advantage of the build script would be that we can alter things like app.yaml and queue.yaml at the cost of complexity. Thoughts?
There should be one central admin configuration file to set things like GCS bucket names, project name, account scopes, image locations, etc. This could either be simply a Python module similar to the current app/ComputeEngine/Config.py or an XML/YAML file that works with a build script. The advantage of the build script would be that we can alter things like app.yaml and queue.yaml at the cost of complexity. Thoughts?