diff --git a/synapse/mautrix-telegram/config.yaml b/synapse/mautrix-telegram/config.yaml index 398feb2..5cc0e16 100644 --- a/synapse/mautrix-telegram/config.yaml +++ b/synapse/mautrix-telegram/config.yaml @@ -42,8 +42,7 @@ appservice: # Format examples: # SQLite: sqlite:filename.db # Postgres: postgres://username:password@hostname/dbname - uri: postgres://telegram:jgzqnGCq3KY28C@postgres-telegram:5432/telegram?sslmode=disable - #database: postgres://username:password@hostname/dbname + database: postgres://telegram:jgzqnGCq3KY28C@postgres-telegram:5432/telegram?sslmode=disable # Additional arguments for asyncpg.create_pool() or sqlite3.connect() # https://magicstack.github.io/asyncpg/current/api/index.html#asyncpg.pool.create_pool # https://docs.python.org/3/library/sqlite3.html#sqlite3.connect @@ -87,8 +86,8 @@ appservice: ephemeral_events: true # Authentication tokens for AS <-> HS communication. Autogenerated; do not modify. - as_token: This value is generated when generating the registration - hs_token: This value is generated when generating the registration + as_token: 0lgTRhhBMdUzKDH0GwKIPt21PePSYjD4yBybSopcbXjlWT6903liWCGY-G4pQXOr + hs_token: 9aPX3YvymeRYm2P0mUdR2P52rZat3rmPH_N9xx0-H55p2QYjm11B3qdrDVwCWwou # Prometheus telemetry config. Requires prometheus-client to be installed. metrics: