Use GAE standard for the backend, no endpoints service

This commit is contained in:
Ben Grant 2021-05-23 14:04:33 +10:00
parent 8fa7462735
commit 9067fa8bd8
3 changed files with 5 additions and 14 deletions

View file

@ -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

View file

@ -7,7 +7,7 @@
"license": "MIT",
"private": true,
"engines": {
"node": ">= 10.0.0"
"node": ">=10.0.0"
},
"scripts": {
"start": "node index.js"