0
0
Fork 0
mirror of https://github.com/lunaisnotaboy/mastodon.git synced 2025-04-02 07:46:08 +00:00
mastodon/db/seeds.rb

3 lines
157 B
Ruby
Raw Normal View History

web_app = Doorkeeper::Application.new(name: 'Web', superapp: true, redirect_uri: Doorkeeper.configuration.native_redirect_uri)
web_app.save(validate: false)