From 6406e1858309c82536857f30acc3e22a27466498 Mon Sep 17 00:00:00 2001
From: Christopher Bohn <bohn@unl.edu>
Date: Mon, 14 Oct 2019 08:03:42 -0500
Subject: [PATCH] replacing api/config.py; it shouldn't be possible without
 forcing, but here we are

---
 api/config.py | 8 ++++++++
 1 file changed, 8 insertions(+)
 create mode 100644 api/config.py

diff --git a/api/config.py b/api/config.py
new file mode 100644
index 0000000..089a227
--- /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
-- 
GitLab