Sha256: 2e86d4ecc5979de55d3a9fd2efaa6449affe0a6f2b5cb0eba776e0d210279d53

Contents?: true

Size: 561 Bytes

Versions: 2

Compression:

Stored size: 561 Bytes

Contents

require 'rubygems'
gem 'appcelerator'
require 'appcelerator'

class ServiceBrokerController < ApplicationController
  include ServiceBroker

  #
  # this is generated automatically when the project was created
  # and contains a random, globally unique id which serves as a 
  # secret key only known by this application and used to create
  # the authorization token in the service broker - you can change
  # this value, but make sure you know why and what you're doing
  #
  def ServiceBrokerController.secret_auth_key
    '<%= secret_auth_key %>'
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
appcelerator-2.0.2 appcelerator/templates/service_broker_controller.rb
appcelerator-2.0.1.1 appcelerator/templates/service_broker.rb