Sha256: 7eec780072e40d34efdf8115c5dcccbba8ad9ca99d009043ffed646f1d27bd25

Contents?: true

Size: 354 Bytes

Versions: 6

Compression:

Stored size: 354 Bytes

Contents

SpiffyStoresApp.configure do |config|
  config.application_name = "<%= @application_name %>"
  config.api_key = "<%= @api_key %>"
  config.secret = "<%= @secret %>"
  config.scope = "<%= @scope %>"
  config.embedded_app = <%= embedded_app? %>
  config.after_authenticate_job = false
  config.session_repository = SpiffyStoresApp::InMemorySessionStore
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
spiffy_stores_app-8.2.11 lib/generators/spiffy_stores_app/install/templates/spiffy_stores_app.rb
spiffy_stores_app-8.2.10 lib/generators/spiffy_stores_app/install/templates/spiffy_stores_app.rb
spiffy_stores_app-8.2.9 lib/generators/spiffy_stores_app/install/templates/spiffy_stores_app.rb
spiffy_stores_app-8.2.8 lib/generators/spiffy_stores_app/install/templates/spiffy_stores_app.rb
spiffy_stores_app-8.2.7 lib/generators/spiffy_stores_app/install/templates/spiffy_stores_app.rb
spiffy_stores_app-8.2.6 lib/generators/spiffy_stores_app/install/templates/spiffy_stores_app.rb