]> git.openstreetmap.org Git - rails.git/blob - vendor/plugins/oauth-plugin/generators/oauth_provider/templates/client_applications.yml
Merge branch 'master' into openid
[rails.git] / vendor / plugins / oauth-plugin / generators / oauth_provider / templates / client_applications.yml
1 # Read about fixtures at http://ar.rubyonrails.org/classes/Fixtures.html
2 one:
3   id: 1
4   name: MyString
5   url: MyString
6   support_url: MyString
7   callback_url: MyString
8   key: one_key
9   secret: MyString
10   user_id: 1
11   created_at: 2007-11-17 16:56:51
12   updated_at: 2007-11-17 16:56:51
13 two:
14   id: 2
15   name: MyString
16   url: MyString
17   support_url: MyString
18   callback_url: MyString
19   key: two_key
20   secret: MyString
21   user_id: 1
22   created_at: 2007-11-17 16:56:51
23   updated_at: 2007-11-17 16:56:51