Add commented examples to conf file and update Readme.md
This commit is contained in:
@@ -8,3 +8,13 @@ base_media_url = /msync/
|
||||
auth_db_path = ./auth.db
|
||||
# optional, for session persistence between restarts
|
||||
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.session.SimpleSessionManager, e.g,
|
||||
# session_manager = great_stuff.postgres.PostgresSessionManager
|
||||
# # must inherit from ankisyncd.user.SimpleUserManager, e.g,
|
||||
# user_manager = great_stuff.postgres.PostgresUserManager
|
||||
# # must inherit from ankisyncd.collections.CollectionWrapper, e.g,
|
||||
# collection_wrapper = great_stuff.postgres.PostgresCollectionWrapper
|
||||
|
||||
Reference in New Issue
Block a user