Sha256: c047214f46af28185a7530e5452b5f5d8e74188e53c6e64864d69deae7ffc080

Contents?: true

Size: 579 Bytes

Versions: 2

Compression:

Stored size: 579 Bytes

Contents

Organizai.config do |config|
  
  # Ask for sandbox credentials
  config.consumer(:development) do |consumer|
    consumer.key    = "consumer_key"
    consumer.secret = "consumer_secret"
    consumer.kind   = "sandbox"
  end
  
  # Ask for production credentials
  # config.consumer(:production) do |consumer|
  #   consumer.key    = "consumer_key"
  #   consumer.secret = "consumer_secret"
  #   consumer.kind   = "production"
  # end
  
  # Api call format
  # config.format = :json
  
  # Protocol 
  # Only the production API supports HTTPS
  # config.protocol = :http
  
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
organizai-0.1.1 lib/generators/templates/organizai.rb
organizai-0.1.0 lib/generators/templates/organizai.rb