uri database geaendert
This commit is contained in:
parent
f891a8cfef
commit
2f445a85a1
@ -42,8 +42,7 @@ appservice:
|
|||||||
# Format examples:
|
# Format examples:
|
||||||
# SQLite: sqlite:filename.db
|
# SQLite: sqlite:filename.db
|
||||||
# Postgres: postgres://username:password@hostname/dbname
|
# Postgres: postgres://username:password@hostname/dbname
|
||||||
uri: postgres://telegram:jgzqnGCq3KY28C@postgres-telegram:5432/telegram?sslmode=disable
|
database: postgres://telegram:jgzqnGCq3KY28C@postgres-telegram:5432/telegram?sslmode=disable
|
||||||
#database: postgres://username:password@hostname/dbname
|
|
||||||
# Additional arguments for asyncpg.create_pool() or sqlite3.connect()
|
# Additional arguments for asyncpg.create_pool() or sqlite3.connect()
|
||||||
# https://magicstack.github.io/asyncpg/current/api/index.html#asyncpg.pool.create_pool
|
# https://magicstack.github.io/asyncpg/current/api/index.html#asyncpg.pool.create_pool
|
||||||
# https://docs.python.org/3/library/sqlite3.html#sqlite3.connect
|
# https://docs.python.org/3/library/sqlite3.html#sqlite3.connect
|
||||||
@ -87,8 +86,8 @@ appservice:
|
|||||||
ephemeral_events: true
|
ephemeral_events: true
|
||||||
|
|
||||||
# Authentication tokens for AS <-> HS communication. Autogenerated; do not modify.
|
# Authentication tokens for AS <-> HS communication. Autogenerated; do not modify.
|
||||||
as_token: This value is generated when generating the registration
|
as_token: 0lgTRhhBMdUzKDH0GwKIPt21PePSYjD4yBybSopcbXjlWT6903liWCGY-G4pQXOr
|
||||||
hs_token: This value is generated when generating the registration
|
hs_token: 9aPX3YvymeRYm2P0mUdR2P52rZat3rmPH_N9xx0-H55p2QYjm11B3qdrDVwCWwou
|
||||||
|
|
||||||
# Prometheus telemetry config. Requires prometheus-client to be installed.
|
# Prometheus telemetry config. Requires prometheus-client to be installed.
|
||||||
metrics:
|
metrics:
|
||||||
|
Loading…
Reference in New Issue
Block a user