generated from chalu/holiday-challenge-template
-
Notifications
You must be signed in to change notification settings - Fork 1
/
app.properties
18 lines (15 loc) · 835 Bytes
/
app.properties
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# What's the name of this team?
team.name = 'theJediCircle-83-Phonie'
# 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 = 'Phonie'
# AltSchool name and email of the team lead/rep
lead.email = '[email protected]'
lead.name = 'Kateeba Arthur'
# 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-1 | email-2 | email-3'
members.emails = '[email protected] | [email protected] | '
#members names = 'Lastname Firstname | Lastname Firstname | Lastname Firstname'
members.names = 'kateeba Arthur | Aniki Yusuf'