diff options
author | Dylan Garrett <dylan.garrett@gmail.com> | 2021-06-09 20:51:25 -0700 |
---|---|---|
committer | Dylan Garrett <dylan.garrett@gmail.com> | 2021-06-09 20:51:25 -0700 |
commit | 3cc49916660f71e0498fa8c9e2c13df1fe138a56 (patch) | |
tree | 521a8e89d368b55b667ef5775bd2e9946aefc642 | |
parent | 9f02e8aed1b59d209c66ca29ba1df843ea9be79e (diff) | |
download | roka-3cc49916660f71e0498fa8c9e2c13df1fe138a56.tar.gz roka-3cc49916660f71e0498fa8c9e2c13df1fe138a56.zip |
Demonstrate SHOW_PATH in app.cfg.example
-rw-r--r-- | app.cfg.example | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app.cfg.example b/app.cfg.example index 94d2ef2..114de0b 100644 --- a/app.cfg.example +++ b/app.cfg.example @@ -1,3 +1,4 @@ ROOT_PATH = '/path/to/audiobooks' USERNAME = 'username' PASSWORD = 'password' +SHOW_PATH = True |