我从GAE收到以下错误......
Line 6, column 15: Unable to find property 'static_files' on class: com.google.apphosting.utils.config.AppYaml$Handler
从Codenvy部署简单的静态网站到GAE。我很确定我搞砸了一些基本的东西...这是我目前的非功能性app.yaml ...
application: myapp
version: 1
runtime: java
handlers:
- url: /
static_files: static/index.html
upload: static/index.html
- url: /
static_dir: static