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:
Emi Matchu 2023-10-25 16:19:17 -07:00
parent e60c9d6efe
commit 8ae1370cc9

View file

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