-
Notifications
You must be signed in to change notification settings - Fork 1
/
.env.example
20 lines (15 loc) · 862 Bytes
/
.env.example
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Used by Svelte to fetch data from the API
# By default, published data is fetched from the GitHub repository
PUBLIC_API_URL=https://raw.githubusercontent.com/twangodev/uw-coursemap-data/main/data
# See https://docs.python.org/3/library/logging.html#logging-levels for more information
LOGGING_LEVEL=INFO
# OpenAI Embeddings, used for prerequisite optimization
OPENAI_API_KEY=REPLACE_WITH_OPENAI_API_KEY
# Maximum number of prerequisites to optimize for graphs
MAX_PREREQUISITES=3
# MadGrades API Key (excluding "Token token="), used for pulling historical course data
MADGRADES_API_KEY=REPLACE_WITH_MADGRADES_API_KEY
# Set to True to log the API key in the console (capitalization matters). Recommended to be False in production.
SHOW_API_KEYS=False
# Directory to store the data produced. Can be a git repository to store the data.
DATA_DIRECTORY=./data