Sha256: c5cfd96fda0e48c79edf7feb4b3148927efd3791819461ca7c11354c7fbcf58f
Contents?: true
Size: 344 Bytes
Versions: 10
Compression:
Stored size: 344 Bytes
Contents
<%- if options[:doorkeeper_oauth] %> # You can set the OAuth client ID and client secret in your ENV in order to avoid them being reset each time you reset the database. Doorkeeper::Application.create! name: 'Main App', redirect_uri: 'mww://callback', scopes: 'public', uid: ENV['OAUTH_CLIENT_ID'], secret: ENV['OAUTH_CLIENT_SECRET'] <%- end %>
Version data entries
10 entries across 10 versions & 1 rubygems