Update manager examples in config
This commit is contained in:
parent
316e553681
commit
aaf7e8b5e8
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user