Skip to content

Commit

Permalink
updated gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
danxfisher committed Nov 9, 2017
1 parent 9f7284f commit 94dc722
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,5 @@
/config/ews.js
tree.txt
_OLD_TODO.md

/config/auth.js
1 change: 1 addition & 0 deletions TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@
* [ ] - Add Room Booking component/feature
* [ ] - Make "Next Up", "Open", "Busy", "Upcoming", etc. all customizable as to enable multilingual support
* [ ] - Look into port issues
* [ ] - Change domain so it can be .com, .co.uk, etc
1 change: 1 addition & 0 deletions config/auth.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@ module.exports = {
'password' : 'PASSWORD',
'uri' : 'https://outlook.office365.com/EWS/Exchange.asmx'
},
// Ex: CONTOSO.COM, Contoso.com, Contoso.co.uk, etc.
'domain' : 'DOMAIN'
};

0 comments on commit 94dc722

Please sign in to comment.