dendrite: Don't escape $CREDENTIALS_DIRECTORY?
This commit is contained in:
parent
a33318c725
commit
6f424db18b
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ let
|
|||
global = {
|
||||
server_name = "matrix.boskma.frl";
|
||||
# private_key = config.sops.secrets.dendrite-private-key.path;
|
||||
private_key = "$$CREDENTIALS_DIRECTORY/private_key";
|
||||
private_key = "$CREDENTIALS_DIRECTORY/private_key";
|
||||
|
||||
database = {
|
||||
connection_string = "postgresql:///dendrite?host=/run/postgresql";
|
||||
|
|
Loading…
Reference in a new issue