Skip to content

Commit

Permalink
Version 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
streamspace-steve committed Jul 1, 2017
1 parent 3d08028 commit 6d3af05
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions lib/settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ exports.appHost = "localhost";
exports.appTitle = "YourApp";

// The app slogan
exports.appSlogan = "Explore YourCoin!";
exports.appSlogan = "Explore YourApp!";

// The app description
exports.appDescription = "Find short videos and documentaries from producers all around the world.";
exports.appDescription = "YourApp description goes here.";

// The copyright for the footer
exports.copyRight = "Copyright (c) " + moment().utc().format("YYYY") + ", The " + this.appTitle + " developers. All rights reserved.";
Expand Down
1 change: 0 additions & 1 deletion lib/user.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ var userSchema = mongoose.Schema({
token: String
},
profile: {
bridge_password: String,
login_type: String,
last_login: Date,
role: String,
Expand Down
4 changes: 2 additions & 2 deletions settings.json.template
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@
"appTitle": "YourApp Title",

// The app slogan
"appSlogan": "Explore YourCoin!",
"appSlogan": "Explore YourApp!",

// The app description
"appDescription": "Find short videos and documentaries from producers all around the world.",
"appDescription": "YourApp description goes here.",

// The copyright for the footer (uncomment to override default)
//"copyRight": "Copyright (c) 2016-2017, The YourApp developers. All rights reserved.",
Expand Down

0 comments on commit 6d3af05

Please sign in to comment.