Skip to content

Commit

Permalink
fix(config): update old config 🐛
Browse files Browse the repository at this point in the history
PierreBrisorgueil committed Sep 20, 2019
1 parent d028b3c commit 72232a6
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions config/defaults/development.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
module.exports = {
app: {
title: 'WeAreOpenSource Node - Development Environment',
description: 'Full-Stack JavaScript with MongoDB, Express, AngularJS, and Node.js',
keywords: 'mongodb, express, angularjs, node.js, mongoose, passport',
description: 'Node - Boilerplate Back : Express, Jwt, Mongo, Sequelize (Beta) ',
keywords: 'node, express, mongo, jwt, sequelize, stack, boilerplate',
googleAnalyticsTrackingID: 'WAOS_NODE_app_googleAnalyticsTrackingID',
},
port: 3000,
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "waosNode",
"description": "Stack JavaScript with MongoDB, ORM(sequelize ...), Express, and Node.js. (Based on meanjs and riess.js)",
"description": "Node - Boilerplate Back : Express, Jwt, Mongo, Sequelize (Beta) (Based on meanjs and riess.js)",
"version": "0.3.0",
"keywords": [
"node",

0 comments on commit 72232a6

Please sign in to comment.