mirror of
https://github.com/donuts-are-good/neosay.git
synced 2024-10-01 01:35:40 -04:00
07469b4aa7
To allow adding neosays configuration to a dotfiles repo, it's beneficial to allow providing a command to retrieve the access token via a command (for example from a password manager). If an access token is set while a command is set as well, the token is overwritten in favour of the securely retrieved one. Fixes: https://github.com/donuts-are-good/neosay/issues/1 Signed-off-by: Moritz Poldrack <git@moritz.sh>
8 lines
238 B
JSON
8 lines
238 B
JSON
{
|
|
"homeserverURL": "https://matrix.org",
|
|
"userID": "@example:matrix.org",
|
|
"accessToken": "my_access_token",
|
|
"accessTokenCmd": "secret-tool lookup Title 'Neosay Matrix Access Token'",
|
|
"roomID": "!oJJwhvLOYfduLjDTjA:matrix.org"
|
|
}
|