mirror of
https://dev.azure.com/globalhealthx/EMR/_git/helix-engage-server
synced 2026-04-11 18:08:16 +00:00
chore: scaffold NestJS sidecar with config, CORS, and dependency setup
This commit is contained in:
17
.env.example
Normal file
17
.env.example
Normal file
@@ -0,0 +1,17 @@
|
||||
# Server
|
||||
PORT=4100
|
||||
CORS_ORIGIN=http://localhost:5173
|
||||
|
||||
# Fortytwo Platform
|
||||
PLATFORM_GRAPHQL_URL=http://localhost:4000/graphql
|
||||
PLATFORM_API_KEY=
|
||||
|
||||
# Exotel
|
||||
EXOTEL_API_KEY=
|
||||
EXOTEL_API_TOKEN=
|
||||
EXOTEL_ACCOUNT_SID=
|
||||
EXOTEL_SUBDOMAIN=api.exotel.com
|
||||
EXOTEL_WEBHOOK_SECRET=
|
||||
|
||||
# AI
|
||||
ANTHROPIC_API_KEY=
|
||||
Reference in New Issue
Block a user