forked from OpenNeo/impress
Remove unused neopia_host config variable
I cleared the references to the Neopia server (old thing responsible for pet loading without blocking the Rails app) out of here a while ago, but didn't clear out this config value!
This commit is contained in:
parent
e60c9d6efe
commit
8ae1370cc9
1 changed files with 0 additions and 5 deletions
|
@ -1,5 +0,0 @@
|
|||
if Rails.env.production?
|
||||
Rails.configuration.neopia_host = 'neopia.openneo.net'
|
||||
else
|
||||
Rails.configuration.neopia_host = 'neopia.dev.openneo.net'
|
||||
end
|
Loading…
Reference in a new issue