Skip to content

Instantly share code, notes, and snippets.

@techbelle
Last active September 1, 2024 02:44
Show Gist options
  • Save techbelle/81ad2814cf193ea6921db3fe5df94f28 to your computer and use it in GitHub Desktop.
Save techbelle/81ad2814cf193ea6921db3fe5df94f28 to your computer and use it in GitHub Desktop.
CGM on Google App Engine and MongoDB Atlas
runtime: nodejs10
instance_class: F1
automatic_scaling:
max_instances: 1
handlers:
- url: .*
secure: always
script: auto
env_variables:
MONGO_CONNECTION: '<mongodb+srv:string from Atlas CONNECT UI>'
BASE_URL: '<https://projectname.appspot.com>'
DEVICESTATUS_ADVANCED: 'true'
API_SECRET: '<long, random string>'
ENABLE: 'careportal rawbg food sage'
DISABLE: 'upbat'
DISPLAY: 'unfiltered'
BG_TARGET_TOP: '140'
BG_TARGET_BOTTOM: '70'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment