docs: add UUID_HANDLING to example-template.env

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
Ben West
2026-03-17 13:21:29 -07:00
co-authored by Copilot
parent bf6cfb7730
commit d987e55cb1
+9 -1
View File
@@ -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