Skip to content

Commit

Permalink
re-enable OLS setup
Browse files Browse the repository at this point in the history
  • Loading branch information
vviyer committed Jul 2, 2012
1 parent 9dd8ee8 commit 936bb06
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions lib/martsearch/controller.rb
Expand Up @@ -36,15 +36,15 @@ def initialize()
@dataviews_by_name = @config[:server][:dataviews_by_name]

# OLS
#OLS.setup_cache(
# {
# :host => 'web-mei-t87p.internal.sanger.ac.uk',
# :port => 3334,
# :database => 'htgt_ols_cache',
# :user => 'htgt',
# :password => 'htgt'
# }
#)
OLS.setup_cache(
{
:host => 'web-mei-t87p.internal.sanger.ac.uk',
:port => 3334,
:database => 'htgt_ols_cache',
:user => 'htgt',
:password => 'htgt'
}
)

# Logger
@logger = Logger.new($stdout)
Expand Down

0 comments on commit 936bb06

Please sign in to comment.