Skip to content

Commit

Permalink
add localtemplate
Browse files Browse the repository at this point in the history
  • Loading branch information
saewitz committed Feb 1, 2024
1 parent 5ab9e91 commit aad3fbd
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions packages/ehr/zambdas/.env/local.template.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"AUTH0_ENDPOINT": "https://auth.zapehr.com/oauth/token",
"AUTH0_CLIENT": "",
"AUTH0_SECRET": "",
"MESSAGING_DEVICE_ID": "",
"MESSAGING_M2M_CLIENT": "",
"MESSAGING_M2M_SECRET": "",
"AUTH0_AUDIENCE": "",
"FHIR_API": "https://fhir-api.zapehr.com/r4",
"PROJECT_API": "",
"ENVIRONMENT": "local",
"SLACK_CHANNEL_HOOK_URL": "",
"SENDGRID_API_KEY": "",
"SENDGRID_EMAIL": "",
"SENDGRID_CONFIRMATION_EMAIL_TEMPLATE_ID": "",
"SENDGRID_CANCELLATION_EMAIL_TEMPLATE_ID": "",
"SENDGRID_ERROR_EMAIL_TEMPLATE_ID": ""
}

0 comments on commit aad3fbd

Please sign in to comment.