From 19cf5fc119fe4d1aff61c2e0f913477033a81f85 Mon Sep 17 00:00:00 2001 From: AP Date: Wed, 10 Jun 2020 07:07:50 +0200 Subject: [PATCH] =?UTF-8?q?docs:=20=F0=9F=93=9A=EF=B8=8F=20update=20accoun?= =?UTF-8?q?t=20yaml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index b53e46e3..e081530a 100644 --- a/README.md +++ b/README.md @@ -198,8 +198,15 @@ accounts: macaroonPath: '/path/to/admin.macaroon' certificatePath: '/path/to/tls.cert' # password: Leave without password and it will use the master password + - name: 'Account 3' + serverUrl: 'url:port' + macaroon: '0201056...' # HEX or Base64 encoded macaroon + certificate: '0202045c...' # HEX or Base64 encoded certificate + password: 'password for account 3' ``` +Notice you can specify either `macaroonPath` and `certificatePath` or `macaroon` and `certificate`. + ### Privacy Configs **Prices and Fees**