diff options
author | Dylan Garrett <dylan.garrett@gmail.com> | 2021-06-13 14:20:15 -0700 |
---|---|---|
committer | Dylan Garrett <dylan.garrett@gmail.com> | 2021-06-13 14:20:15 -0700 |
commit | 9ee86c545e14ade1fd14b7068bdda6cf5a7c47a9 (patch) | |
tree | 3fa8c8f8a76ee7fc4f0b7d324b49cd6eef9d9ebe /app.cfg.example | |
parent | 23eb4d3a39c7f02506a9b735257bb5eaa6c3bb0e (diff) | |
download | roka-9ee86c545e14ade1fd14b7068bdda6cf5a7c47a9.tar.gz roka-9ee86c545e14ade1fd14b7068bdda6cf5a7c47a9.zip |
Move base_url to config. Add README info about config override
Diffstat (limited to 'app.cfg.example')
-rw-r--r-- | app.cfg.example | 2 |
1 files changed, 2 insertions, 0 deletions
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' |