瀏覽代碼

Update example-config.yaml

Dominic Renner 6 年之前
父節點
當前提交
5fd9faec2a
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      example-config.yaml

+ 1 - 0
example-config.yaml

@@ -20,6 +20,7 @@ appservice:
     # The database type. Only "sqlite3" is supported.
     # The database type. Only "sqlite3" is supported.
     type: sqlite3
     type: sqlite3
     # The database URI. Usually file name. https://github.com/mattn/go-sqlite3#connection-string
     # The database URI. Usually file name. https://github.com/mattn/go-sqlite3#connection-string
+    # postres example: postgres://synapse:changeme@db/whatsapp?sslmode=disable
     uri: mautrix-whatsapp.db
     uri: mautrix-whatsapp.db
   # Path to the Matrix room state store.
   # Path to the Matrix room state store.
   state_store_path: ./mx-state.json
   state_store_path: ./mx-state.json