notes/cli/python/settingssample.json

10 lines
124 B
JSON
Raw Normal View History

2023-09-13 16:40:42 +02:00
{
"url": "http://localhost:8000",
"password": "",
"gpguser": "",
"commands":
{
"editor": ["vim"],
"gpg": "gpg"
}
}