Skip to content

Commit

Permalink
update gitignore, add config template
Browse files Browse the repository at this point in the history
  • Loading branch information
pfista committed Oct 14, 2016
1 parent fbb2ca5 commit 5cef8d5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Expand Up @@ -2,3 +2,5 @@
/node_modules
/dump.rdb
/database.sqlite
config.js
npm-debug.log
4 changes: 2 additions & 2 deletions config.js → config.js.template
@@ -1,7 +1,7 @@
// Rename this file to config.js and then add your client secret
module.exports = {
NYLAS_APP_ID: '4z9rxuudj9ksyuee3jmeqlbto',
NYLAS_APP_SECRET: 'c5s2bwvchnnidm9rommrisqpf',
NYLAS_APP_ID: '',
NYLAS_APP_SECRET: '',
HOST: '127.0.0.1',
PORT: 1234,
};

0 comments on commit 5cef8d5

Please sign in to comment.