Set synapse secrets
This commit is contained in:
parent
0172e6af2b
commit
883204e90e
2 changed files with 3 additions and 0 deletions
|
|
@ -36,6 +36,9 @@
|
||||||
settings = {
|
settings = {
|
||||||
server_name = config.networking.domain;
|
server_name = config.networking.domain;
|
||||||
serve_server_wellknown = true;
|
serve_server_wellknown = true;
|
||||||
|
registration_shared_secret = secrets.synapse."consortium.chat".registration-shared-secret;
|
||||||
|
macaroon_secret_key = secrets.synapse."consortium.chat".macaroon-secret-key;
|
||||||
|
form_secret = secrets.synapse."consortium.chat".form-secret;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
BIN
secrets.json
BIN
secrets.json
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue