Skip to content

Commit

Permalink
Merge pull request #13689 from minkyngkm/shop-maintenance
Browse files Browse the repository at this point in the history
Schedule shop maintenance
  • Loading branch information
jpmartinspt committed Mar 21, 2024
2 parents 17d4f9e + 97fb5e0 commit ee5e815
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 @@ -7,10 +7,10 @@ env:
value: true

- name: STORE_MAINTENANCE_START
value: 2023-10-02T03:00:00Z
value: 2024-03-27T03:00:00Z

- name: STORE_MAINTENANCE_END
value: 2023-10-02T06:00:00Z
value: 2024-03-27T05:00:00Z

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

- name: STORE_MAINTENANCE_START
value: 2023-10-02T03:00:00Z
value: 2024-03-27T03:00:00Z

- name: STORE_MAINTENANCE_END
value: 2023-10-02T06:00:00Z
value: 2024-03-27T05:00:00Z

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

- name: STORE_MAINTENANCE_START
value: 2023-10-02T03:00:00Z
value: 2024-03-27T03:00:00Z

- name: STORE_MAINTENANCE_END
value: 2023-10-02T06:00:00Z
value: 2024-03-27T05:00:00Z

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

- name: STORE_MAINTENANCE_START
value: 2023-10-02T03:00:00Z
value: 2024-03-27T03:00:00Z

- name: STORE_MAINTENANCE_END
value: 2023-10-02T06:00:00Z
value: 2024-03-27T05:00:00Z

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

- name: STORE_MAINTENANCE_START
value: 2023-10-02T03:00:00Z
value: 2024-03-27T03:00:00Z

- name: STORE_MAINTENANCE_END
value: 2023-10-02T06:00:00Z
value: 2024-03-27T05:00:00Z

- name: SEARCH_API_KEY
secretKeyRef:
Expand Down

0 comments on commit ee5e815

Please sign in to comment.