Skip to content

Commit

Permalink
the dev version of neopia has a hostname now :D
Browse files Browse the repository at this point in the history
  • Loading branch information
matchu committed Jul 17, 2015
1 parent 8e83ada commit 7c2600a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/initializers/neopia.rb
@@ -1,5 +1,5 @@
if Rails.env.production?
Rails.configuration.neopia_host = 'neopia.openneo.net'
else
Rails.configuration.neopia_host = 'localhost:3200'
Rails.configuration.neopia_host = 'neopia.dev.openneo.net'
end

0 comments on commit 7c2600a

Please sign in to comment.