Skip to content

Commit 64c0baf

Browse files
authored
Merge pull request #506 from sparcs-kaist/#505-disable-event-codes
#505 새터반 택시대제전 코드 비활성화
2 parents 751d32d + 591f922 commit 64c0baf

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

loadenv.js

+1-12
Original file line numberDiff line numberDiff line change
@@ -43,16 +43,5 @@ module.exports = {
4343
slackWebhookUrl: {
4444
report: process.env.SLACK_REPORT_WEBHOOK_URL || "", // optional
4545
},
46-
eventConfig: (process.env.EVENT_CONFIG &&
47-
JSON.parse(process.env.EVENT_CONFIG)) || {
48-
mode: "2024spring",
49-
credit: {
50-
name: "넙죽코인",
51-
initialAmount: 0,
52-
},
53-
period: {
54-
startAt: "2024-02-23T00:00:00+09:00",
55-
endAt: "2024-03-19T00:00:00+09:00",
56-
},
57-
}, // optional
46+
eventConfig: process.env.EVENT_CONFIG && JSON.parse(process.env.EVENT_CONFIG), // optional
5847
};

0 commit comments

Comments
 (0)