Change server to the production

This commit is contained in:
Ilya Zverev 2016-12-22 17:32:22 +03:00
parent 609e552cb9
commit 75128f8e27

View file

@ -1,7 +1,7 @@
module OmniAuth
module Strategies
module MapsMeBase
MAPSME_BASE = 'http://yershov.passport.map6.devmail.ru'
MAPSME_BASE = 'http://passport.maps.me'
MAPSME_CLIENT_OPTIONS = {
:site => MAPSME_BASE,