We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eeedcb1 commit f5d8be8Copy full SHA for f5d8be8
docker/Dockerfile.chronograf
@@ -25,6 +25,8 @@ ENV UI_SHA=local_dev_mode
25
# Global Search ENV vars
26
ENV GLOBALSEARCH_API_KEY=
27
ENV GLOBALSEARCH_APP_ID=
28
+# Google Experiments ENV vars
29
+ENV PAYG_CREDIT_EXPERIMENT_ID=
30
31
# This is the origin of the URL needed to access the running container (optional)
32
# ENV PUBLIC=http://foobar
docker/Dockerfile.chronograf.prod
@@ -36,6 +36,8 @@ ARG RUDDERSTACK_WRITE_KEY
36
ARG GLOBALSEARCH_API_KEY
37
# Global Search App ID
38
ARG GLOBALSEARCH_APP_ID
39
+# Google Experiment ID for PAYG $250 Credit
40
+ARG PAYG_CREDIT_EXPERIMENT_ID
41
42
COPY . /repo/ui
43
WORKDIR /repo/ui
0 commit comments