From 9ee86c545e14ade1fd14b7068bdda6cf5a7c47a9 Mon Sep 17 00:00:00 2001 From: Dylan Garrett Date: Sun, 13 Jun 2021 14:20:15 -0700 Subject: Move base_url to config. Add README info about config override --- app.cfg.example | 2 ++ 1 file changed, 2 insertions(+) (limited to 'app.cfg.example') diff --git a/app.cfg.example b/app.cfg.example index 94d2ef2..1fe4968 100644 --- a/app.cfg.example +++ b/app.cfg.example @@ -1,3 +1,5 @@ ROOT_PATH = '/path/to/audiobooks' +# BASE_URL is only used for static generation +BASE_URL = 'https://example.com/' USERNAME = 'username' PASSWORD = 'password' -- cgit v1.2.3-54-g00ecf