Navigation Menu

Skip to content

Commit

Permalink
Don't use default endpoint if it is not specified by the user
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Aug 22, 2012
1 parent 15856fa commit dd6e67f
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions bin/gcs
Expand Up @@ -17,13 +17,11 @@ commandLine
.option('--base-host <hostname>',
'The base host name assigned to the service '+
'[' + CLI.defaultBaseHost + ']',
String,
CLI.defaultBaseHost)
String)
.option('--configuration-host <hostname>',
'The host name for configuration API of the service '+
'[' + CLI.defaultConfigurationHost + ']',
String,
CLI.defaultConfigurationHost)
String)
.parse();

var server = gcsServer.createServer({
Expand Down

0 comments on commit dd6e67f

Please sign in to comment.