File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -24,10 +24,10 @@ exports.appHost = "localhost";
2424exports . 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
3333exports . copyRight = "Copyright (c) " + moment ( ) . utc ( ) . format ( "YYYY" ) + ", The " + this . appTitle + " developers. All rights reserved." ;
Original file line number Diff line number Diff 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 ,
Original file line number Diff line number Diff line change 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.",
You can’t perform that action at this time.
0 commit comments