Skip to content
Snippets Groups Projects
Commit 0bd2f52f authored by Sami Spets's avatar Sami Spets
Browse files

Added keys.js template

parent 440f71ea
No related branches found
No related tags found
No related merge requests found
......@@ -11,4 +11,3 @@ lab-designs/viewer
doc/
web-service/npm-debug.log
web-service/server/npm-debug.log
web-service/server/src/passport/keys.js
module.exports = {
//This needs to be changed
//Currently linked to Sami's google account
google: {
clientID: '', //Ends in apps.googleusercontent.com
clientSecret: ''
},
jwt: {
secret: ''
}
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment