Skip to content
Snippets Groups Projects
Commit 4088e42b authored by Christopher Bohn's avatar Christopher Bohn :thinking:
Browse files

Removed api/config.py to see if we can force .gitignore to ignore it (step 1)

parent bc49e32b
Branches
No related tags found
No related merge requests found
......@@ -12,8 +12,9 @@ the scripts that do work are in the top-level directory.
your api keys in `config.py`.
- old-automation/
- Directory containing early fall 2019 scripts to clone, create, process,
etc., student repositories.
etc., student repositories. The contents of this directory are not
needed.
- 1195
- Directory containing scripts from summer 2019 pilot of new course
structure. Should be obsolete (and removed) by end of fall 2019.
structure. Should be obsolete (and removed) by end of fall 2019. The
contents of this directory are not needed.
config.py
class Config:
# GitLab API Configuration
gitlab_url = 'https://git.unl.edu/'
gitlab_api_key = 'this shouldn\'t be here'
# Canvas API configuration
canvas_url = 'https://canvas.unl.edu/api/v1/'
canvas_api_key = 'this shouldn\'t be here'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment