Skip to content

Commit

Permalink
first commit
Browse files Browse the repository at this point in the history
  • Loading branch information
santiago committed Mar 1, 2014
0 parents commit fac6d2e
Show file tree
Hide file tree
Showing 13 changed files with 50,826 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
@@ -0,0 +1,2 @@
.DS_Store
node_modules
13 changes: 13 additions & 0 deletions config.js
@@ -0,0 +1,13 @@
module.exports = {
MONGO_URL: process.env.MONGO_URL || 'mongodb://localhost/kabam_dev',
WORLD_ORG: process.env.WORLD_ORG, // || '52d3f1b237b9d2740d73fcad',
WORLD_OWNER: process.env.WORLD_OWNER, // || '52d3f1b237b9d2740d73fca8',
DEMO_ORG: process.env.DEMO_ORG // '52d74899fe4713d604e78cb0'
};

/*Object.keys(module.exports).forEach(function(o) {
if(!module.exports[o]) {
throw new Error('Please set env '+o);
process.exit();
}
});*/
1 change: 1 addition & 0 deletions data/.~lock.skills.xlsx#
@@ -0,0 +1 @@
,santiago,sofrito.local,28.02.2014 19:20,file:///Users/santiago/Library/Application%20Support/LibreOffice/4;

0 comments on commit fac6d2e

Please sign in to comment.