Sha256: 9dac7a11e7564437490a996628d6756719d2aae68473e648cc4fc3bac2944da2
Contents?: true
Size: 378 Bytes
Versions: 4
Compression:
Stored size: 378 Bytes
Contents
GramV2Client.configure do |c| # Base URI used to access GrAM API c.site=Rails.application.secrets.gram_api_site # Username provided by Gadz.org c.user=Rails.application.secrets.gram_api_user # Password provided by Gadz.org c.password=Rails.application.secrets.gram_api_password # If your app use a proxy to access net, put it here #c.proxy="my_proxy" end
Version data entries
4 entries across 4 versions & 1 rubygems