forked from UO-CIS-322/Proj0-Hello
-
Notifications
You must be signed in to change notification settings - Fork 0
/
credentials-skel.ini
29 lines (29 loc) · 1.34 KB
/
credentials-skel.ini
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
#
# Credentials:
#
# Copy this file to the source code subdirectory ("hello" in this case)
# and edit that copy to fill in your information. Do NOT add that
# copy to your github repository.
#
# This is per-student information that may include information that is
# NOT included in the git repository. Some projects may require API keys,
# passwords, and other "secret" information that should never be stored
# in a public repository. We keep it here, separate from other
# configuration informaton that is shared with users of the library.
#
# In some cases there may be two credentials files:
# One for information specific to the student completing the project
# One for information specific to the person running the project
# (e.g., because Google API keys must be registered for each
# host machine, which means my grading scripts must use my
# Google credentials and not yours)
#
# This will also serve as the key object to turn in. My grading scripts
# will look for certain key information in the credentials file, such as
# the name of the student and the student's git repository. For this reason
# the fields must not deviate from the expected names.
#
[DEFAULT]
author= Your Name Here
repo=https://github.com/your_repository_url
message=Replace this line with the correct message