do not update localeapp from translation instance, since it may run a slightly older version [ci skip]
This commit is contained in:
parent
f1f7e8d709
commit
50a8cce9fd
1 changed files with 1 additions and 1 deletions
|
@ -92,7 +92,7 @@ require 'localeapp/rails'
|
||||||
|
|
||||||
Localeapp.configure do |config|
|
Localeapp.configure do |config|
|
||||||
config.api_key = '$LOCALEAPP_KEY'
|
config.api_key = '$LOCALEAPP_KEY'
|
||||||
config.sending_environments = ['$RAILS_ENV']
|
config.sending_environments = []
|
||||||
config.polling_environments = ['$RAILS_ENV']
|
config.polling_environments = ['$RAILS_ENV']
|
||||||
end
|
end
|
||||||
EOF
|
EOF
|
||||||
|
|
Loading…
Reference in a new issue