File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ angular.module('app', [
14
14
15
15
angular . module ( 'app' ) . constant ( 'MONGOLAB_CONFIG' , {
16
16
baseUrl : '/databases/' ,
17
- dbName : 'ascrum '
17
+ dbName : 'huntout-angular-app '
18
18
} ) ;
19
19
20
20
//TODO: move those messages to a separate module
Original file line number Diff line number Diff line change @@ -3,10 +3,10 @@ path = require('path');
3
3
module . exports = {
4
4
mongo : {
5
5
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
7
7
} ,
8
8
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
10
10
usersCollection : 'users' // The name of the collection contains user information
11
11
} ,
12
12
server : {
You can’t perform that action at this time.
0 commit comments