Created
October 2, 2015 09:05
-
-
Save IndianGuru/074dedbe3e56903120c3 to your computer and use it in GitHub Desktop.
app.yaml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # This is a comment | |
| # application is mandatory | |
| application: blobstrex-1081 | |
| # version is mandatory | |
| version: 1-0 | |
| # runtime is mandatory | |
| runtime: go | |
| # api_version is mandatory | |
| api_version: go1 | |
| # handlers is mandatory | |
| handlers: | |
| # All URLs beginning with /css are treated as paths to static files in | |
| # the css/ directory. | |
| - url: /css | |
| static_dir: css | |
| - url: /.* | |
| script: _go_app |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment