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