Skip to content
This repository has been archived by the owner on Nov 9, 2022. It is now read-only.

Commit

Permalink
Additional fix for #241: forgot to save a change..
Browse files Browse the repository at this point in the history
  • Loading branch information
grtjn authored and dmcassel committed Aug 28, 2014
1 parent 220a54f commit e03a111
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deploy/lib/server_config.rb
Original file line number Diff line number Diff line change
Expand Up @@ -1470,8 +1470,8 @@ def execute_query_8ea(query, properties = {})
:user_name => @ml_username,
:password => @ml_password,
:server => @hostname,
:app_port => 7998,
:rest_port => 7998,
:app_port => @properties['ml.evaler-port'],
:rest_port => @properties['ml.evaler-port'],
:logger => @logger,
:auth_method => @properties["ml.authentication-method"]
})
Expand Down

0 comments on commit e03a111

Please sign in to comment.