You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: datastore/datastore/README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -153,9 +153,10 @@ The following environment variables are supported:
153
153
|`ENABLE_SSL`| No |`disable`| Weather to use ssl for connection |
154
154
|`DYNAMICTIME`| No |`true`| Whether the valid time range is _dynamic_ or _static_ (defined below). |
155
155
|`LOTIME`| No |`86400`| The _earliest_ valid time as seconds to be either [1] subtracted from the current time (if the valid time range is _dynamic_) or [2] added to UNIX epoch (1970-01-01T00:00:00Z) (if the valid time range is _static_). In the case of a _static_ valid time range, the `LOTIME` can optionally be specified as an ISO-8601 datetime of the exact form `2023-10-10T00:00:00Z`. |
156
-
|`HITIME`| No |`-600`| Same as `LOTIME`, but for the _latest_ valid time. Note a default leeway of 10 minutes into the future to reduce risk of missing visual observations. |
156
+
|`HITIME`| No |`-600`| Same as `LOTIME`, but for the _latest_ valid time. Note a default leeway of 10 minutes into the future to reduce risk of missing visual observations. |
157
157
|`CLEANUPINTERVAL`| No |`86400`| The minimum time duration in seconds between automatic cleanups (like removing obsolete observations from the physical store). |
158
158
|`PUTOBSLIMIT`| No |`100000`| Maximum number of observations allowed in a single call to `PutObservations`. |
159
+
|`LOGREQSTATS`| No |`false`| Whether request stats (like client IP and processing time) will be logged using log.Printf(). |
159
160
160
161
**TODO:** Ensure that these variables are [passed properly](https://docs.docker.com/compose/environment-variables/set-environment-variables/) to the relevant `docker compose`
161
162
commands. Any secrets should be passed using a [special mechanism](https://docs.docker.com/compose/use-secrets/), etc.
0 commit comments