Skip to content

Commit

Permalink
Support Google App Engine
Browse files Browse the repository at this point in the history
  • Loading branch information
tomohiro committed Apr 17, 2016
1 parent 746bbaa commit 8a3c4ad
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions app.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Google App Engine Configuration
# https://cloud.google.com/appengine/docs/flexible/custom-runtimes/configuring-your-app-with-app-yaml

# General settings
runtime: custom
vm: true
api_version: 1

# Scaling settings
manual_scaling:
instances: 1

0 comments on commit 8a3c4ad

Please sign in to comment.