From 484749c08c579329691812768186309bf9111230 Mon Sep 17 00:00:00 2001 From: Tulir Asokan Date: Sun, 27 Mar 2022 20:05:14 +0300 Subject: [PATCH] Add missing file --- examples/database/maubot.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 examples/database/maubot.yaml diff --git a/examples/database/maubot.yaml b/examples/database/maubot.yaml new file mode 100644 index 0000000..84f4f69 --- /dev/null +++ b/examples/database/maubot.yaml @@ -0,0 +1,10 @@ +maubot: 0.1.0 +id: xyz.maubot.storagebot +version: 2.0.0 +license: MIT +modules: +- storagebot +main_class: StorageBot +database: true +database_type: asyncpg +config: false