Skip to content

Commit

Permalink
remove iced-coffee-script from bin
Browse files Browse the repository at this point in the history
  • Loading branch information
lancejpollard committed Apr 16, 2012
1 parent 1279de9 commit 9e5fa17
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 24 deletions.
2 changes: 1 addition & 1 deletion bin/tower
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/usr/bin/env node
require('iced-coffee-script');

require('../lib/tower').Command.run(process.argv);
23 changes: 1 addition & 22 deletions lib/tower/server/store/mongodb/configuration.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,28 +4,7 @@ Tower.Store.MongoDB.Configuration = {
supports: {
embed: true
},
config: {
development: {
name: "tower-development",
port: 27017,
host: "127.0.0.1"
},
test: {
name: "tower-test",
port: 27017,
host: "127.0.0.1"
},
staging: {
name: "tower-staging",
port: 27017,
host: "127.0.0.1"
},
production: {
name: "tower-production",
port: 27017,
host: "127.0.0.1"
}
},
config: {},
configure: function(options) {
return _.deepMerge(this.config, options);
},
Expand Down
2 changes: 1 addition & 1 deletion src/tower/server/store/mongodb/configuration.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Tower.Store.MongoDB.Configuration =
supports:
embed: true

config:
config: {}
development:
name: "tower-development"
port: 27017
Expand Down

0 comments on commit 9e5fa17

Please sign in to comment.