mirror of
https://github.com/bckelley/cgm-remote-monitor.git
synced 2026-08-24 03:14:12 -05:00
docs: add UUID_HANDLING to example-template.env
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
@@ -12,4 +12,12 @@ LANGUAGE=en
|
||||
INSECURE_USE_HTTP=true
|
||||
PORT=1337
|
||||
NODE_ENV=development
|
||||
AUTH_FAIL_DELAY=50
|
||||
AUTH_FAIL_DELAY=50
|
||||
|
||||
# UUID handling for AID clients (Loop, Trio, AAPS, xDrip+)
|
||||
# When true: UUID _id values are normalized to 'identifier' field
|
||||
# - POST/PUT: UUID in _id extracted to identifier, server generates ObjectId
|
||||
# - GET/DELETE: UUID _id searches by identifier field
|
||||
# When false (default): UUID _id values return empty results on read
|
||||
# Enable this if using Loop, Trio, or other apps with UUID sync patterns
|
||||
UUID_HANDLING=false
|
||||
Reference in New Issue
Block a user