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