Latest stable branch includes sermon analysis endpoint, but not required for new installations

This commit is contained in:
2024-11-12 17:25:56 -08:00
parent 0ab32bf4e2
commit 87f0dc54c5
16 changed files with 376 additions and 70 deletions
+2 -1
View File
@@ -1,2 +1,3 @@
KJV_SERMON_DB="/home/tyler/kjv-api/sermon-analyzer/data/sermons.db"
KJV_SERMON_DB="./data/sermons.db"
# this does not do anything unless sermon_analyzer.py is running in tcp socket mode as a separate process
KJV_SECRET_API_KEY="testing"