mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-03-22 01:24:28 -05:00
As discussed yesterday, a simplified version of [my helm](https://github.com/S7evinK/dendrite-helm) which deploys a monolith with internal NATS and an optionally enabled PostgreSQL server. If the PostgreSQL dependency is not enabled, a user specified connection string is constructed. Co-authored-by: kegsay <kegan@matrix.org>
5 lines
224 B
Go Template
5 lines
224 B
Go Template
{{ define "chart.appservices" }}
|
|
## Usage with appservices
|
|
|
|
Create a folder `appservices` and place your configurations in there. The configurations will be read and placed in a secret `dendrite-appservices-conf`.
|
|
{{ end }} |