Skip to content

Commit d2b27ce

Browse files
author
josh_cai
committed
Force push the src/test_config.js
1 parent 999c4a8 commit d2b27ce

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

src/test_config.js

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
// Modify this file to run index.js locally and not as a GitHub Action.
2+
3+
module.exports = {
4+
GITHUB_TOKEN: null,
5+
// Form of "<owner>/<repo_name>"
6+
GITHUB_REPO: null,
7+
8+
LEETCODE_CSRF_TOKEN: null,
9+
LEETCODE_SESSION: null,
10+
11+
// These parameters are optional and have default values.
12+
FILTER_DUPLICATE_SECS: 86400,
13+
DESTINATION_FOLDER: null,
14+
}

0 commit comments

Comments
 (0)