Sha256: eab30918c6776949991856f361dc23ee29510ab4e1ac628bbd2deff817f2b4ec
Contents?: true
Size: 326 Bytes
Versions: 5
Compression:
Stored size: 326 Bytes
Contents
if Rails.env != 'test' then Cobregratis::Base.site = 'https://app.cobregratis.com.br' # For backward compatability if Cobregratis::Base.respond_to? :user Cobregratis::Base.user = 'my_token' Cobregratis::Base.password = 'X' else Cobregratis::Base.site = 'https://my_token:X@app.cobregratis.com.br' end end
Version data entries
5 entries across 5 versions & 1 rubygems