Skip to content

Commit 1b69fff

Browse files
committed
peekaboo: Sync config file once more
Add the asyncio_driver default config option to our peekaboo.conf file to get back in sync with PeekabooAV.
1 parent 6d52fcf commit 1b69fff

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

peekaboo/peekaboo.conf

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,10 @@ url : mysql+mysqldb://peekaboo:{{ peekaboo_db_password }}@{{ mari
5757
# PostgreSQL
5858
# url : postgresql://user:password@host:port/database
5959

60+
# as a last resort it's possible to override the driver for asyncio database
61+
# accesses if auto-detection fails.
62+
# async_driver: aiosqlite
63+
6064
# Enable additional logging by the SQLAlchemy database module beyond Peekaboo's
6165
# own logging. Can be considered another set of debug logging even beyond
6266
# Peekaboo's DEBUG log level.

0 commit comments

Comments
 (0)