Skip to content

Commit aea89a0

Browse files
Huntout Zhanghuntout
Huntout Zhang
authored andcommitted
use my own database
1 parent 9b11c05 commit aea89a0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

client/src/app/app.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ angular.module('app', [
1414

1515
angular.module('app').constant('MONGOLAB_CONFIG', {
1616
baseUrl: '/databases/',
17-
dbName: 'ascrum'
17+
dbName: 'huntout-angular-app'
1818
});
1919

2020
//TODO: move those messages to a separate module

server/config.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ path = require('path');
33
module.exports = {
44
mongo: {
55
dbUrl: 'https://api.mongolab.com/api/1', // The base url of the MongoLab DB server
6-
apiKey: '4fb51e55e4b02e56a67b0b66' // Our MongoLab API key
6+
apiKey: 'WDfJDzFQpvA6HJ3ZCwlxSoTVjZ4U3gNd' // Our MongoLab API key
77
},
88
security: {
9-
dbName: 'ascrum', // The name of database that contains the security information
9+
dbName: 'huntout-angular-app', // The name of database that contains the security information
1010
usersCollection: 'users' // The name of the collection contains user information
1111
},
1212
server: {

0 commit comments

Comments
 (0)