Skip to content

Commit

Permalink
Merge pull request #13186 from albertkol/set-shop-down-in-oct
Browse files Browse the repository at this point in the history
Set show down in October 2nd
  • Loading branch information
albertkol authored Sep 29, 2023
2 parents 32c534b + 326c362 commit 16b696f
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions konf/site.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ env:
value: true

- name: STORE_MAINTENANCE_START
value: 2023-09-25T03:00:00Z
value: 2023-10-02T03:00:00Z

- name: STORE_MAINTENANCE_END
value: 2023-09-25T06:00:00Z
value: 2023-10-02T06:00:00Z

- name: SEARCH_API_KEY
secretKeyRef:
Expand Down Expand Up @@ -366,10 +366,10 @@ production:
value: true

- name: STORE_MAINTENANCE_START
value: 2023-09-25T03:00:00Z
value: 2023-10-02T03:00:00Z

- name: STORE_MAINTENANCE_END
value: 2023-09-25T06:00:00Z
value: 2023-10-02T06:00:00Z

- name: SEARCH_API_KEY
secretKeyRef:
Expand Down Expand Up @@ -476,10 +476,10 @@ staging:
value: true

- name: STORE_MAINTENANCE_START
value: 2023-09-25T03:00:00Z
value: 2023-10-02T03:00:00Z

- name: STORE_MAINTENANCE_END
value: 2023-09-25T06:00:00Z
value: 2023-10-02T06:00:00Z

- name: SEARCH_API_KEY
secretKeyRef:
Expand Down Expand Up @@ -853,10 +853,10 @@ staging:
value: true

- name: STORE_MAINTENANCE_START
value: 2023-09-25T03:00:00Z
value: 2023-10-02T03:00:00Z

- name: STORE_MAINTENANCE_END
value: 2023-09-25T06:00:00Z
value: 2023-10-02T06:00:00Z

- name: SEARCH_API_KEY
secretKeyRef:
Expand Down Expand Up @@ -930,10 +930,10 @@ demo:
value: true

- name: STORE_MAINTENANCE_START
value: 2023-09-25T03:00:00Z
value: 2023-10-02T03:00:00Z

- name: STORE_MAINTENANCE_END
value: 2023-09-25T06:00:00Z
value: 2023-10-02T06:00:00Z

- name: SEARCH_API_KEY
secretKeyRef:
Expand Down

0 comments on commit 16b696f

Please sign in to comment.