mirror of
https://github.com/apotdevin/thunderhub.git
synced 2025-02-22 06:21:37 +01:00
docs: 📚️ update account yaml
This commit is contained in:
parent
8094f4bd27
commit
19cf5fc119
1 changed files with 7 additions and 0 deletions
|
@ -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**
|
||||
|
|
Loading…
Add table
Reference in a new issue