Skip to content

Commit

Permalink
Schedule shop maintenance
Browse files Browse the repository at this point in the history
  • Loading branch information
minkyngkm committed Mar 20, 2024
1 parent 7ca4d81 commit 97fb5e0
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 97fb5e0

Please sign in to comment.