generated from chalu/holiday-challenge-template
-
Notifications
You must be signed in to change notification settings - Fork 1
/
app.properties
17 lines (13 loc) · 970 Bytes
/
app.properties
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# What's the name of this team?
team.name = 'Circle2-2-4'
# Which of the projects did the team decide to work on
# put the name here. The name should be the name of one of the listed projects
team.project = 'SchoolStat'
# AltSchool name and email of the team lead/rep
lead.email = '[email protected]'
lead.name = 'Tunwashe Daniel'
# AltSchool name and email of the team members
# names and emails are separated by | character and must follow the same sequence
# e.g email-1 (the first email) should be the email for the person whose name comes first in the list of names
members.emails = '[email protected] | [email protected] | [email protected] | [email protected] | [email protected] | [email protected] | [email protected] | [email protected]'
members.names = 'Ignatius Stephen | Okulaja Ayodeji | Abiola Akinfoluyan | Asuquo Edet | Igbozuruike King | Eziagor Sylvester | Ezike Obiajulu | Efunkunle Mukhtar'