-
Notifications
You must be signed in to change notification settings - Fork 8
/
app.properties
16 lines (13 loc) · 911 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 = 'Circle-70'
# 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 = 'Redactr'
# AltSchool name and email of the team lead/rep
lead.email = '[email protected]'
lead.name = 'Oritsedere Precious'
# 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] |'
members.names = 'Osuohia Emmanuel | Ebunoluwa David | Blessing Peter | Davies Precious | Ayoola Paul | Khalid Opoola | Tiewei Desmond |'