diff options
author | Jordan <me@jordan.im> | 2021-06-09 22:51:23 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-09 22:51:23 -0700 |
commit | 4cd0884b307e28bd9f2e531c41fb7b41600b02a4 (patch) | |
tree | 6dbc8d1aed8fb78c0237c2df229f2533fb92c8d9 /app.cfg.example | |
parent | 1035ea7c0f97d68c35a2621da410b600bc464fbe (diff) | |
parent | 3cc49916660f71e0498fa8c9e2c13df1fe138a56 (diff) | |
download | roka-4cd0884b307e28bd9f2e531c41fb7b41600b02a4.tar.gz roka-4cd0884b307e28bd9f2e531c41fb7b41600b02a4.zip |
Merge pull request #2 from dgarrett/show-author-optional-filename
Include Author on index page, and make file path optional
Diffstat (limited to '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 |