-
Notifications
You must be signed in to change notification settings - Fork 1
/
.env
48 lines (31 loc) · 1.97 KB
/
.env
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
# ==============================
# |||||| MODIFY ||||||
# ==============================
LEETCODE_USERNAME = Zanger
# =================================
# |||||| MODIFY (Optional) ||||||
# =================================
# QUESTIONS_PATH_FROM_README: Name of the folder that contains your submissions
# (should be in the same folder as the README.md file)
QUESTIONS_PATH_FROM_README = my-submissions/
# =============================
# |||||| DO NOT MODIFY ||||||
# =============================
# README_PATH: From this file's folder, what's the relative path to where you
# want the README to appear?
README_PATH = ../
QUESTION_DATA_PATH = question_data/ # Official leetcode info on each question including
SUBMODULE_DATA_PATH = question_data/question_data/data/
DAILIES_FOLDER = dailies_weeklies/ # Daily challenge markdown files are stored here
# submodule path + this
DAILIES_FILE = dailies_s.json
WEEKLIES_FILE = weeklies_s.json
LEETCODE_QUESTION_DETAILS = leetcode.pkl # name, AC rate, difficulty, topics, etc.
USER_DATA_PATH = user_data/ # Times of when code files were modified are stored
FILE_MODIFICATION_NAME = file_history.pkl # here so the program knows which question markdown
# files to update.
QUESTION_MARKDOWNS_PATH_FROM_README = markdowns/ # Location to store the indiv. markdown files of each question.
TOPIC_MARKDOWN_PATH_IN_MARKDOWNS_FOLDER = by_topic/
LISTS_LOCATION = Lists/
# PRIMARY_LANGUAGES=py,java,c
# PRIMARY_LANGUAGES=py,java,c,cpp,sql