refactor: added default lxc gramps config
This commit is contained in:
parent
93800272dd
commit
ce8f4433cd
1 changed files with 8 additions and 0 deletions
|
|
@ -2,6 +2,14 @@ TREE="{{TREE}}"
|
|||
BASE_URL="{{BASE_URL}}"
|
||||
SECRET_KEY="{{SECRET_KEY}}"
|
||||
USER_DB_URI="{{USER_DB_URI}}"
|
||||
SEARCH_INDEX_DB_URI="sqlite:////opt/gramps-web/data/indexdir/search_index.db"
|
||||
MEDIA_BASE_DIR="/opt/gramps-web/data/media"
|
||||
STATIC_PATH="/opt/gramps-web/frontend/dist"
|
||||
THUMBNAIL_CACHE_CONFIG={"CACHE_TYPE":"FileSystemCache","CACHE_DIR":"/opt/gramps-web/data/cache/thumbnail","CACHE_THRESHOLD":1000,"CACHE_DEFAULT_TIMEOUT":0}
|
||||
REQUEST_CACHE_CONFIG={"CACHE_TYPE":"FileSystemCache","CACHE_DIR":"/opt/gramps-web/data/cache/request","CACHE_THRESHOLD":1000,"CACHE_DEFAULT_TIMEOUT":0}
|
||||
PERSISTENT_CACHE_CONFIG={"CACHE_TYPE":"FileSystemCache","CACHE_DIR":"/opt/gramps-web/data/cache/persistent","CACHE_THRESHOLD":0,"CACHE_DEFAULT_TIMEOUT":0}
|
||||
REPORT_DIR="/opt/gramps-web/data/cache/report"
|
||||
EXPORT_DIR="/opt/gramps-web/data/cache/export"
|
||||
|
||||
# Custom OIDC Configuration
|
||||
OIDC_ENABLED=True
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue