Skip to content
Snippets Groups Projects
Select Git revision
  • bc49e32b161883cb7c2af8f5a1cb623266a39e07
  • master default protected
2 results

config.py

Blame
  • config.py 261 B
    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'