Remove appservice database from polylith config

This commit is contained in:
Neil Alexander 2022-09-01 09:03:25 +01:00
parent 41a7d96cd6
commit df4377fafb
No known key found for this signature in database
GPG key ID: A02A2019A2BB0944

View file

@ -132,13 +132,6 @@ app_service_api:
listen: http://[::]:7777 # The listen address for incoming API requests
connect: http://app_service_api:7777 # The connect address for other components to use
# Database configuration for this component.
database:
connection_string: postgresql://username:password@hostname/dendrite_appservice?sslmode=disable
max_open_conns: 10
max_idle_conns: 2
conn_max_lifetime: -1
# Disable the validation of TLS certificates of appservices. This is
# not recommended in production since it may allow appservice traffic
# to be sent to an insecure endpoint.