Navigation Menu

Skip to content

Commit

Permalink
Fix the default Droonga engine port
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Apr 24, 2014
1 parent a7f9b19 commit c393b29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/droonga-http-server
Expand Up @@ -33,7 +33,7 @@ options
.option('--droonga-engine-host-name <name>', 'Host name of Droonga engine',
'127.0.0.1')
.option('--droonga-engine-port <port>', 'Port number of Droonga engine',
intOption, 24224)
intOption, 10031)
.option('--default-dataset <dataset>', 'The default dataset',
'Droonga')
.option('--tag <tag>', 'The tag',
Expand Down

0 comments on commit c393b29

Please sign in to comment.