Created
October 26, 2019 05:23
-
-
Save Weiyuan-Lane/b331506c0f5b86a81aa979e60f284b66 to your computer and use it in GitHub Desktop.
App Engine Configuration
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
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