mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Cleanup sample files with service configuration.
This commit is contained in:
5
examples/todos/accounts/server/secrets.js
Normal file
5
examples/todos/accounts/server/secrets.js
Normal file
@@ -0,0 +1,5 @@
|
||||
// Modify and uncomment the following lines to configure login services.
|
||||
// Also see accounts/services.js
|
||||
|
||||
// Meteor.accounts.facebook.setSecret('SECRET');
|
||||
// Meteor.accounts.google.setSecret('SECRET');
|
||||
5
examples/todos/accounts/services.js
Normal file
5
examples/todos/accounts/services.js
Normal file
@@ -0,0 +1,5 @@
|
||||
// Modify and uncomment the following lines to configure login services.
|
||||
// Also see accounts/server/secrets.js
|
||||
|
||||
// Meteor.accounts.facebook.config('218833638237574', 'http://auth-todos.meteor.com');
|
||||
// Meteor.accounts.google.config('987846107089.apps.googleusercontent.com', 'http://auth-todos.meteor.com');
|
||||
@@ -1,4 +0,0 @@
|
||||
// Uncomment and correct following line for integration with Facebook accounts.
|
||||
// Also see server/fb-secret.js
|
||||
|
||||
// Meteor.accounts.facebook.setup(218833638237574, 'http://auth-todos.meteor.com');
|
||||
@@ -1,4 +0,0 @@
|
||||
// Uncomment and correct following line for integration with Google accounts.
|
||||
// Also see server/google-secret.js
|
||||
|
||||
// Meteor.accounts.google.setup('987846107089.apps.googleusercontent.com', 'http://auth-todos.meteor.com');
|
||||
@@ -1,4 +0,0 @@
|
||||
// Uncomment and correct following line for integration with Facebook accounts.
|
||||
// Also see ../fb-app.js
|
||||
|
||||
// Meteor.accounts.facebook.setSecret('SECRET');
|
||||
@@ -1,4 +0,0 @@
|
||||
// Uncomment and correct following line for integration with Google accounts.
|
||||
// Also see ../google-api.js
|
||||
|
||||
// Meteor.accounts.google.setSecret('SECRET');
|
||||
Reference in New Issue
Block a user