fix secrets
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Robert Kaussow 2019-08-12 17:50:21 +02:00
parent 523bdf5baf
commit b025e7cbc3
2 changed files with 5 additions and 2 deletions

View File

@ -154,6 +154,9 @@ matrix_url_preview_enabled: False
# - netloc: '^([A-f0-9:]+:+)+[A-f0-9]+$'
matrix_url_preview_max_spider_size: 10M
matrix_macaroon_secret_key: "jr;vhMlW=+U8pwBhVE^=6.,M94Gcyg_07Z-nNAsgj4ZZ:ew:HV"
matrix_form_secret: "oFP3m&,r^wJ=Tr#=Ruww5+h0e;-DZqcuVGXV4XgRZIAt~Gv2YF"
matrix_tls_enabled: False
matrix_tls_dhparam_path: "{{ matrix_base_dir }}/tls/dhparam.pem"
matrix_tls_dhparam_size: 2048

View File

@ -345,7 +345,7 @@ report_stats: false
# A secret which is used to sign access tokens. If none is specified,
# the registration_shared_secret is used, if one is given; otherwise,
# a secret key is derived from the signing key.
macaroon_secret_key: "jr;vhMlW=+U8pwBhVE^=6.,M94Gcyg_07Z-nNAsgj4ZZ:ew:HV"
macaroon_secret_key: "{{ matrix_macaroon_secret_key }}"
# Used to enable access token expiration.
#expire_access_token: False
@ -353,7 +353,7 @@ macaroon_secret_key: "jr;vhMlW=+U8pwBhVE^=6.,M94Gcyg_07Z-nNAsgj4ZZ:ew:HV"
# A secret which is used to calculate HMACs for form values, to stop
# falsification of values. Must be specified for the User Consent
# forms to work.
form_secret: "oFP3m&,r^wJ=Tr#=Ruww5+h0e;-DZqcuVGXV4XgRZIAt~Gv2YF"
form_secret: "{{ matrix_form_secret }}"
## Signing Keys ##