Sha256: fa2d14e292d8c874d7eeeff86c8e530c2625f880fae27c45c6040af05f363825
Contents?: true
Size: 922 Bytes
Versions: 5
Compression:
Stored size: 922 Bytes
Contents
DuodealerApp.configure do |config| config.application_name = "<%= @application_name %>" config.api_key = ENV['DUODEALER_API_KEY'] config.secret = ENV['DUODEALER_API_SECRET'] config.old_secret = "<%= @old_secret %>" config.scope = "<%= @scope %>" # Consult this page for more scope options: # https://help.duodealer.com/en/api/getting-started/authentication/oauth/scopes config.embedded_app = <%= embedded_app? %> config.after_authenticate_job = false config.api_version = "<%= @api_version %>" config.session_repository = 'DuodealerApp::InMemorySessionStore' end # DuodealerApp::Utils.fetch_known_api_versions # Uncomment to fetch known api versions from duodealer servers on boot # DuodealerAPI::ApiVersion.version_lookup_mode = :raise_on_unknown # Uncomment to raise an error if attempting to use an api version that was not previously known
Version data entries
5 entries across 5 versions & 1 rubygems