fix dendrite config
This commit is contained in:
parent
8d8c45d5d4
commit
7f40fbc849
1 changed files with 2 additions and 2 deletions
|
@ -15,9 +15,9 @@
|
|||
};
|
||||
private_key = config.sops.secrets."services/dendrite/private_key".path;
|
||||
};
|
||||
app_service_api.database = {
|
||||
app_service_api = {
|
||||
connection_string = "postgresql:///dendrite_app_service?sslmode=disable&host=/run/postgresql";
|
||||
config_files = [
|
||||
database.config_files = [
|
||||
"/var/lib/mautrix-telegram/telegram-registration.yaml"
|
||||
];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue