forked from bpasero/standup
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.js
More file actions
32 lines (28 loc) · 715 Bytes
/
config.js
File metadata and controls
32 lines (28 loc) · 715 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
25
26
27
28
29
30
31
32
'use strict';
// Instructions for Zurich:
// - git co master
// - make your edits
// - git push stand (will redeploy zurich standup page)
// - F5 https://stand.azurewebsites.net
// Instructions for Redmond:
// - git co redmond
// - make your edits
// - git push stand-red (will redeploy redmond standup page)
// - F5 https://stand-red.azurewebsites.net
exports.users = [
{ "name": "Isidor" },
{ "name": "Joh" },
{ "name": "André" },
{ "name": "João" },
{ "name": "Ben" },
{ "name": "Alex D." },
{ "name": "Alex R." },
{ "name": "Erich" },
{ "name": "Dirk" },
{ "name": "Christof" },
{ "name": "Sandeep" },
{ "name": "Lad" },
{ "name": "Martin" },
{ "name": "Henning" },
{ "name": "Deepak" },
];