Pointing to self hosted Parse server after migration - adelevie/parse-ruby-client GitHub Wiki

To point this gem to your own parse server, just insert these lines in your environment files

Parse::Protocol.instance_eval {remove_const :HOST} if defined?(Parse::Protocol::HOST)
Parse::Protocol.const_set(:HOST, 'hosted-parse-server.com')