File tree Expand file tree Collapse file tree 3 files changed +1
-4
lines changed Expand file tree Collapse file tree 3 files changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,6 @@ ENV GLOBALSEARCH_API_KEY=
2727ENV GLOBALSEARCH_APP_ID=
2828# Google Experiments ENV vars
2929ENV PAYG_CREDIT_EXPERIMENT_ID=
30- ENV CREDIT_250_EXPERIMENT_ID=
3130
3231# This is the origin of the URL needed to access the running container (optional)
3332# ENV PUBLIC=http://foobar
Original file line number Diff line number Diff line change @@ -40,8 +40,6 @@ ARG GLOBALSEARCH_API_KEY
4040ARG GLOBALSEARCH_APP_ID
4141# Google Experiment ID for PAYG $250 Credit
4242ARG PAYG_CREDIT_EXPERIMENT_ID
43- # Google Experiment ID for Get $250 Credit
44- ARG CREDIT_250_EXPERIMENT_ID
4543
4644COPY . /repo/ui
4745WORKDIR /repo/ui
Original file line number Diff line number Diff line change @@ -166,4 +166,4 @@ export const GLOBALSEARCH_API_KEY = formatConstant(
166166export const PAYG_CREDIT_DAYS = 30
167167export const PAYG_MAX_CREDIT = 250
168168export const PAYG_CREDIT_EXPERIMENT_ID = process . env . PAYG_CREDIT_EXPERIMENT_ID
169- export const CREDIT_250_EXPERIMENT_ID = process . env . CREDIT_250_EXPERIMENT_ID
169+ export const CREDIT_250_EXPERIMENT_ID = 'JVfGg-umSiSk-JVpeh4hGA'
You can’t perform that action at this time.
0 commit comments