Skip to content

Commit

Permalink
Adapt search index options
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidMStraub committed Jul 28, 2024
1 parent 0fc0733 commit 5cca2e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ RUN mkdir -p /root/.gramps/gramps$GRAMPS_VERSION/plugins
# set config options
ENV GRAMPSWEB_USER_DB_URI=sqlite:////app/users/users.sqlite
ENV GRAMPSWEB_MEDIA_BASE_DIR=/app/media
ENV GRAMPSWEB_SEARCH_INDEX_DIR=/app/indexdir
ENV GRAMPSWEB_SEARCH_INDEX_DB_URI=sqlite:////app/indexdir/search_index.db
ENV GRAMPSWEB_STATIC_PATH=/app/static
ENV GRAMPSWEB_THUMBNAIL_CACHE_CONFIG__CACHE_DIR=/app/thumbnail_cache
ENV GRAMPSWEB_REPORT_DIR=/app/cache/reports
Expand Down
2 changes: 1 addition & 1 deletion gramps_webapi/data/empty_gramps_auth.cfg
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
CORS_ORIGINS="*"
SECRET_KEY="C2eAhXGrXVe-iljXTjnp4paeRT-m68pq"
USER_DB_URI="sqlite://"
SEARCH_INDEX_DIR="indexdir_empty"
SEARCH_INDEX_DIR="sqlite:///indexdir_empty/search_index.db"

0 comments on commit 5cca2e8

Please sign in to comment.