Skip to content

Commit

Permalink
change env variables
Browse files Browse the repository at this point in the history
  • Loading branch information
alx committed Jul 16, 2011
1 parent e11266e commit dd18aca
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions json_server/environment.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@

configure do
SiteConfig = OpenStruct.new(
:title => 'Your Application Name',
:author => 'Your Name',
:url_base => 'http://localhost:4567/'
:title => 'Politimap',
:author => 'Alexandre Girard',
:url_base => 'http://politimap.tetalab.org/'
)

# load models
Expand Down

0 comments on commit dd18aca

Please sign in to comment.