the dev version of neopia has a hostname now :D

This commit is contained in:
Matchu 2015-07-16 22:37:32 -04:00
parent 8e83adabbd
commit 7c2600af9f

View file

@ -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