Skip to content

Commit

Permalink
Set base_uri in Installer#launch
Browse files Browse the repository at this point in the history
  • Loading branch information
sr committed Apr 5, 2009
1 parent bfe630a commit 728b832
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/integrity/installer.rb
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ def launch

File.file?(options[:config].to_s) ?
Integrity.new(options[:config]) : Integrity.new
Integrity.config[:base_uri] = "http://0.0.0.0:#{options[:port]}"

DataMapper.auto_migrate!

Expand Down

0 comments on commit 728b832

Please sign in to comment.