Compare commits
2 Commits
v0.3.0-rc3
...
v0.3.0
| Author | SHA1 | Date | |
|---|---|---|---|
| 65490f3cf4 | |||
| ec43b5c822 |
@@ -23,6 +23,9 @@ appservice:
|
||||
|
||||
# The full URI to the database. SQLite and Postgres are fully supported.
|
||||
# Other DBMSes supported by SQLAlchemy may or may not work.
|
||||
# Format examples:
|
||||
# SQLite: sqlite:///filename.db
|
||||
# Postgres: postgres://username:password@hostname/dbname
|
||||
database: sqlite:///mautrix-telegram.db
|
||||
|
||||
# Public part of web server for out-of-Matrix interaction with the bridge.
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
__version__ = "0.3.0rc3"
|
||||
__version__ = "0.3.0"
|
||||
__author__ = "Tulir Asokan <tulir@maunium.net>"
|
||||
|
||||
Reference in New Issue
Block a user