diff --git a/ankisyncd.conf b/ankisyncd.conf index 8f698f8..dea356f 100644 --- a/ankisyncd.conf +++ b/ankisyncd.conf @@ -10,11 +10,11 @@ auth_db_path = ./auth.db session_db_path = ./session.db # optional, for overriding the default managers and wrappers -# # must inherit from ankisyncd.persistence.PersistenceManger, e.g, -# persistence_manager = great_stuff.postgres.PostgresPersistenceManager +# # must inherit from ankisyncd.full_sync.FullSyncManager, e.g, +# full_sync_manager = great_stuff.postgres.PostgresFullSyncManager # # must inherit from ankisyncd.session.SimpleSessionManager, e.g, # session_manager = great_stuff.postgres.PostgresSessionManager -# # must inherit from ankisyncd.user.SimpleUserManager, e.g, +# # must inherit from ankisyncd.users.SimpleUserManager, e.g, # user_manager = great_stuff.postgres.PostgresUserManager -# # must inherit from ankisyncd.collections.CollectionWrapper, e.g, +# # must inherit from ankisyncd.collection.CollectionWrapper, e.g, # collection_wrapper = great_stuff.postgres.PostgresCollectionWrapper