-
Notifications
You must be signed in to change notification settings - Fork 2
/
sample.env
26 lines (26 loc) · 1.37 KB
/
sample.env
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
OPENAI_API_CHAT_TIMEOUT=59000
OPENAI_API_CHAT_RESPONSE_PING_INTERVAL=890
OPENAI_API_KEY=sk-... # add your key here
OPENAI_BASE_URL=https://api.openai.com/v1
OPENAI_JWT_SECRETS={} # object with keys being JWT share with external AIs
OPENAI_MAHT_GITHUB=https://github.com/MyLife-Services/mylife-maht.git
OPENAI_MAHT_GPT_OVERRIDE=asst_... # local dev override for engine so that local can use chaper model
OPENAI_MODEL_CORE_AVATAR=gpt-4o-mini
OPENAI_MODEL_CORE_BOT=gpt-4o-mini
OPENAI_ORG_KEY=org-dTYDMEBuP2yb2qtwCQJA4HHh # MyLife org ID
PORT=3000
MYLIFE_ALLOW_INTELLIGENT_QUESTIONS=false # almost deprecated, leave false
MYLIFE_DB_ALLOW_SAVE=false # during local testing, so not write to db
MYLIFE_DB_CONTAINER_NAME=members
MYLIFE_DB_ENDPOINT=https://mylife.documents.azure.com:443/
MYLIFE_DB_NAME=membership
MYLIFE_DB_RW=string # add your key here
MYLIFE_DB_RX=string # add your key here
MYLIFE_SERVER_MBR_ID=mylife|... # add your key here
MYLIFE_HOSTING_KEY=uuid # add your guid key here
MYLIFE_HOSTED_MBR_ID=[] # array of ids hosted on your server--OR--remove or leave empty for db host under full database container
MYLIFE_SESSION_KEY=0.0.15 # random string for resetting sessions
MYLIFE_SESSION_TIMEOUT_MS=900000
MYLIFE_SYSTEM_ALERT_CHECK_INTERVAL=120000 # how often to check for alerts in ms
MYLIFE_REGISTRATION_DB_CONTAINER_NAME= # get from admin
MYLIFE_SYSTEM_DB_CONTAINER_NAME= # get from admin