Skip to content

Commit

Permalink
aded back config file for deploy...
Browse files Browse the repository at this point in the history
  • Loading branch information
tinmanjk committed Jul 31, 2017
1 parent 6e03fc1 commit c0a602e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
*.user
*.userosscache
*.sln.docstates
config/config.js

# User-specific files (MonoDevelop/Xamarin Studio)
*.userprefs
Expand Down
7 changes: 7 additions & 0 deletions config/config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
const port = 3001;
const connectionString = 'mongodb://localhost/car-rentals-db';
// const connectionString = 'mongodb://asterisk:[email protected]:27017/test-cr-connection?authSource=admin';

const sessionSecret = 'Purple Unicorn';

module.exports = { port, connectionString, sessionSecret };

0 comments on commit c0a602e

Please sign in to comment.