1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-13 03:32:12 +00:00

local_vars_big.yml: Don't softcode in local_vars.yml

This commit is contained in:
A Holt 2021-05-22 11:01:44 -04:00 committed by GitHub
parent d9c8d4ebd4
commit f9643e9417
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -409,4 +409,4 @@ calibreweb_port: 8083 # PORT VARIABLE HAS NO EFFECT (as of January 2019)
calibreweb_url1: /books # For SHORT URL http://box/books (English)
calibreweb_url2: /libros # For SHORT URL http://box/libros (Spanish)
calibreweb_url3: /livres # For SHORT URL http://box/livres (French)
calibreweb_home: "{{ content_base }}/calibre-web" # /library/calibre-web
calibreweb_home: /library/calibre-web # default_vars.yml uses: "{{ content_base }}/calibre-web"