1
0
Fork 1
mirror of https://github.com/mastodon/mastodon.git synced 2025-01-13 18:30:22 +00:00
mastodon/db/seeds.rb

3 lines
170 B
Ruby
Raw Normal View History

web_app = Doorkeeper::Application.new(name: 'Web', superapp: true, redirect_uri: Doorkeeper.configuration.native_redirect_uri, scopes: 'read write follow')
web_app.save!