Skip to content

Commit

Permalink
Merge pull request #506 from sparcs-kaist/#505-disable-event-codes
Browse files Browse the repository at this point in the history
#505 새터반 택시대제전 코드 비활성화
  • Loading branch information
kmc7468 authored Mar 26, 2024
2 parents 751d32d + 591f922 commit 64c0baf
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions loadenv.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,16 +43,5 @@ module.exports = {
slackWebhookUrl: {
report: process.env.SLACK_REPORT_WEBHOOK_URL || "", // optional
},
eventConfig: (process.env.EVENT_CONFIG &&
JSON.parse(process.env.EVENT_CONFIG)) || {
mode: "2024spring",
credit: {
name: "넙죽코인",
initialAmount: 0,
},
period: {
startAt: "2024-02-23T00:00:00+09:00",
endAt: "2024-03-19T00:00:00+09:00",
},
}, // optional
eventConfig: process.env.EVENT_CONFIG && JSON.parse(process.env.EVENT_CONFIG), // optional
};

0 comments on commit 64c0baf

Please sign in to comment.