Sha256: 31bc4dec8f67c6e060531bad6029ba43ff15f06f284b8cc76eb563416eb616c3
Contents?: true
Size: 345 Bytes
Versions: 12
Compression:
Stored size: 345 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
12 entries across 12 versions & 1 rubygems