diff --git a/api/config.py b/api/config.py new file mode 100644 index 0000000000000000000000000000000000000000..089a227a889c8ec21fe4e51acdb7816bffec0f6c --- /dev/null +++ b/api/config.py @@ -0,0 +1,8 @@ +class Config: + # GitLab API Configuration + gitlab_url = 'https://git.unl.edu/' + gitlab_api_key = None + + # Canvas API configuration + canvas_url = 'https://canvas.unl.edu/api/v1/' + canvas_api_key = None \ No newline at end of file