Use GAE standard for the backend, no endpoints service
This commit is contained in:
parent
8fa7462735
commit
9067fa8bd8
3 changed files with 5 additions and 14 deletions
|
|
@ -1,11 +1,2 @@
|
|||
runtime: nodejs
|
||||
runtime: nodejs10
|
||||
service: api
|
||||
env: flex
|
||||
|
||||
automatic_scaling:
|
||||
min_num_instances: 1
|
||||
max_num_instances: 2
|
||||
|
||||
endpoints_api_service:
|
||||
name: api-dot-crabfit.appspot.com
|
||||
rollout_strategy: managed
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@
|
|||
"license": "MIT",
|
||||
"private": true,
|
||||
"engines": {
|
||||
"node": ">= 10.0.0"
|
||||
"node": ">=10.0.0"
|
||||
},
|
||||
"scripts": {
|
||||
"start": "node index.js"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue