sim-setup 1.0.1-preview.27.1 → 1.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -23,10 +23,10 @@ services:
|
|
|
23
23
|
# (apex + www, alias hostnames, reverse-proxy IPs). Empty by default.
|
|
24
24
|
- TRUSTED_ORIGINS=${TRUSTED_ORIGINS:-}
|
|
25
25
|
# AUTH_TRUSTED_PROXIES: comma-separated reverse-proxy IPs or CIDR ranges in
|
|
26
|
-
# front of the app (ingress, load balancer). Better Auth
|
|
27
|
-
# x-forwarded-for right to left,
|
|
28
|
-
# untrusted address as the client IP. Required
|
|
29
|
-
#
|
|
26
|
+
# front of the app (ingress, load balancer). Sim and Better Auth walk
|
|
27
|
+
# x-forwarded-for right to left, skip these hops, and use the first
|
|
28
|
+
# untrusted address as the client IP. Required to look through known
|
|
29
|
+
# intermediate proxies in a multi-hop chain. Empty by default.
|
|
30
30
|
- AUTH_TRUSTED_PROXIES=${AUTH_TRUSTED_PROXIES:-}
|
|
31
31
|
# Required. Compose aborts with this message rather than starting the app
|
|
32
32
|
# with an empty secret, which would silently corrupt stored credentials.
|