Cleanup sample files with service configuration.

This commit is contained in:
Nick Martin
2012-06-15 16:46:51 -07:00
parent 490e7a29e7
commit efc9fe0b9f
6 changed files with 10 additions and 16 deletions

View 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');

View 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');

View File

@@ -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');

View File

@@ -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');

View File

@@ -1,4 +0,0 @@
// Uncomment and correct following line for integration with Facebook accounts.
// Also see ../fb-app.js
// Meteor.accounts.facebook.setSecret('SECRET');

View File

@@ -1,4 +0,0 @@
// Uncomment and correct following line for integration with Google accounts.
// Also see ../google-api.js
// Meteor.accounts.google.setSecret('SECRET');