forked from redkyn/assigner
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path_config.example.yml
More file actions
24 lines (20 loc) · 866 Bytes
/
_config.example.yml
File metadata and controls
24 lines (20 loc) · 866 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Point this at any GitLab server
backend:
host: https://git-classes.mst.edu/ # Hostname of your gitlab server
name: gitlab
token: xxxxxxxxxxxxxxxx # Your GitLab API token, retrievable from your gitlab settings page
namespace: 2016-Fall-CS1001 # Group (or user) to create repositories under
semester: 2016-FS # The semester: the year followed by one of -FS, -SP, or -SS
# Optional; for canvas integration
canvas-token: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx # Your Canvas API token, retrievable from your Canvas settings page
canvas-host: mst.instructure.com # Hostname of your Canvas server
# We recommend using one of the import commands to automatically populate the roster
roster:
- name: Smith, John
section: A
username: abc123
- name: Smith, Jane
section: A
username: xyz123
# assigner configuration schema version
version: 2