Skip to content

Instantly share code, notes, and snippets.

@juliosguz
Created February 8, 2015 16:57
Show Gist options
  • Save juliosguz/73d2d6b151a75178ae29 to your computer and use it in GitHub Desktop.
Save juliosguz/73d2d6b151a75178ae29 to your computer and use it in GitHub Desktop.
Basic app.yaml for Google App Engine
application: blog #nombre de tu aplicación
version: 1 #el numero de version de proyecto
runtime: php #lenguaje que usaras en tu proyecto
api_version: 1 #la version del runtime que estas usando
handlers:
- url: /.* #enviaremos todo lo que entre a index.php
script: index.php
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment