From b2f316cbec766ded8ca42bb7da3dbeb3977f98d0 Mon Sep 17 00:00:00 2001 From: Dan Anglin Date: Fri, 16 Aug 2024 14:53:23 +0100 Subject: [PATCH] remove example config --- example/config.json | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 example/config.json diff --git a/example/config.json b/example/config.json deleted file mode 100644 index 0e3be4c..0000000 --- a/example/config.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "credentialsFile": "~/.config/enbas/credentials.json", - "cacheDirectory": "~/.cache/enbas", - "lineWrapMaxWidth": 80, - "http": { - "timeout": 5, - "mediaTimeout": 30 - }, - "integrations": { - "browser": "firefox", - "editor": "vim", - "pager": "less -FIRX", - "imageViewer": "feh --scale-down", - "videoPlayer": "mpv" - } -}