mirror of
https://github.com/discourse/discourse.git
synced 2025-05-22 04:31:10 +08:00
add rake task and seed data for discourse_api
This commit is contained in:
2
db/api_test_seeds.rb
Normal file
2
db/api_test_seeds.rb
Normal file
@ -0,0 +1,2 @@
|
||||
User.create(name: "Test User", email: "test_user@example.com", password: "password", username: "test_user", approved: true, active: true, auth_token: "39a925803ddc658a68a7e276e558ed62", admin: true)
|
||||
ApiKey.create(key: 'test_d7fd0429940', user_id: 1, created_by_id: 1)
|
Reference in New Issue
Block a user