Skip to content

Commit 6d3af05

Browse files
Version 2.1.0
1 parent 3d08028 commit 6d3af05

3 files changed

Lines changed: 4 additions & 5 deletions

File tree

lib/settings.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ exports.appHost = "localhost";
2424
exports.appTitle = "YourApp";
2525

2626
// The app slogan
27-
exports.appSlogan = "Explore YourCoin!";
27+
exports.appSlogan = "Explore YourApp!";
2828

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

3232
// The copyright for the footer
3333
exports.copyRight = "Copyright (c) " + moment().utc().format("YYYY") + ", The " + this.appTitle + " developers. All rights reserved.";

lib/user.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ var userSchema = mongoose.Schema({
1919
token: String
2020
},
2121
profile: {
22-
bridge_password: String,
2322
login_type: String,
2423
last_login: Date,
2524
role: String,

settings.json.template

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@
2020
"appTitle": "YourApp Title",
2121

2222
// The app slogan
23-
"appSlogan": "Explore YourCoin!",
23+
"appSlogan": "Explore YourApp!",
2424

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

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

0 commit comments

Comments
 (0)