mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
experimentally comment out kiwix_url & kiwix_path and...
...use {{ content_base }} instead of /library
This commit is contained in:
parent
00d91ce7fd
commit
4a93629125
1 changed files with 4 additions and 3 deletions
|
@ -1,7 +1,8 @@
|
|||
kiwix_url: /kiwix
|
||||
kiwix_path: "{{ iiab_base }}/kiwix"
|
||||
# the following 2 lines don't work as of Nov 2017
|
||||
# kiwix_url: /kiwix
|
||||
# kiwix_path: "{{ iiab_base }}/kiwix"
|
||||
kiwix_port: 3000
|
||||
iiab_zim_path: /library/zims
|
||||
iiab_zim_path: "{{ content_base }}/zims"
|
||||
kiwix_library_xml: "{{ iiab_zim_path }}/library.xml"
|
||||
kiwix_content_path: "{{ iiab_zim_path }}/content"
|
||||
kiwix_install: True
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue