Skip to content

Commit 9bc08b7

Browse files
authored
update environmental variables for LOGID_FILE (#28)
1 parent 2f89ba0 commit 9bc08b7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.env.sample

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ XSEED_PORT="" # Example: "2468"
1111
## API Key for Cross Seed, if applicable
1212
XSEED_APIKEY="" # Example: "your-api-key"
1313
## Path to store the script's database of prior searches
14-
LOG_FILE="" # Example: "/config/xseed_db.log"
14+
LOG_FILE="" # Example: "/config/xseed_db.log"
15+
LOGID_FILE="" # Example: "/config/xseed-id.log"
1516
# ZFS Destory
1617
VERBOSE=0
1718
MAX_FREQ=2

0 commit comments

Comments
 (0)