mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
13 lines
421 B
JavaScript
13 lines
421 B
JavaScript
db.meteor_accounts_loginServiceConfiguration.insert({
|
|
"service" : "facebook",
|
|
"appId" : "137758583064594",
|
|
"secret" : "3915c1077d25e56fc6444498c6a7984d",
|
|
"_id" : "gjpDD9vwGw2tF45ww"
|
|
});
|
|
db.meteor_accounts_loginServiceConfiguration.insert({
|
|
"service" : "twitter",
|
|
"consumerKey" : "4HF4e0BhNRR7WwC9WqhRBLPRK",
|
|
"secret" : "VSzSnLU2W0dT64a9XGVqKhYo90yAu9pQIJ6McTtIRyRzVopHvT",
|
|
"_id" : "FCXK6RmNhKyhjSBQk"
|
|
});
|