Forgot to change env variable to use db file.
This commit is contained in:
parent
805da39462
commit
caad7b5643
|
@ -1,7 +1,7 @@
|
|||
# Optionally use environment variables
|
||||
|
||||
# export TORRENTS_CSV_ENDPOINT=http://0.0.0.0:8080
|
||||
# export TORRENTS_CSV_FILE=`pwd`/../../torrents.csv
|
||||
# export TORRENTS_CSV_DB_FILE=`pwd`/../../torrents.db
|
||||
# export TORRENTS_CSV_FRONT_END_DIR=`pwd`/../ui/dist
|
||||
|
||||
# Build the sqlite db from the CSV
|
||||
|
|
Loading…
Reference in New Issue