diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -88,7 +88,8 @@ inventory/ borg_passphrase: # the passphrase that borg will encrypt your repo with borg_private_key_path: # e.g. /home/matthew/.ssh/some-key borg_repo: # the repo to use, e.g. ssh://example.org/./repo -certbot_email: an email address letsencrypt should use if renewal fails +postgres_password: # the password that prosody will use to access the database +turn_secret: # the password prosody will use to interact with turn virtual_host: the domain of the JID you'd like to use, e.g. koyo.haus ``` |