Last active
September 1, 2024 02:44
-
-
Save techbelle/81ad2814cf193ea6921db3fe5df94f28 to your computer and use it in GitHub Desktop.
CGM on Google App Engine and MongoDB Atlas
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: 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