Skip to content

Instantly share code, notes, and snippets.

@Weiyuan-Lane
Created October 26, 2019 05:23
Show Gist options
  • Save Weiyuan-Lane/b331506c0f5b86a81aa979e60f284b66 to your computer and use it in GitHub Desktop.
Save Weiyuan-Lane/b331506c0f5b86a81aa979e60f284b66 to your computer and use it in GitHub Desktop.
App Engine Configuration
runtime: nodejs10
instance_class: B1
manual_scaling:
instances: 1
handlers:
- url: /static
static_dir: static
- url: /public
static_dir: public
- url: /client-assets
static_dir: client-assets
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment