Add consumer seed for local Xikolo development
This commit is contained in:
@ -3,6 +3,8 @@
|
|||||||
# consumers
|
# consumers
|
||||||
FactoryBot.create(:consumer)
|
FactoryBot.create(:consumer)
|
||||||
FactoryBot.create(:consumer, name: 'openSAP')
|
FactoryBot.create(:consumer, name: 'openSAP')
|
||||||
|
# The following consumer is preconfigured in Xikolo for local development
|
||||||
|
FactoryBot.create(:consumer, name: 'Xikolo Development', oauth_key: 'consumer', oauth_secret: 'secret')
|
||||||
|
|
||||||
# users
|
# users
|
||||||
# Set default_url_options explicitly, required for rake task
|
# Set default_url_options explicitly, required for rake task
|
||||||
|
Reference in New Issue
Block a user