forked from masonfox/tome
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
24 lines (21 loc) · 797 Bytes
/
Copy path.env.example
File metadata and controls
24 lines (21 loc) · 797 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Calibre Integration
# Path to your Calibre library's metadata.db file
# Examples:
# Linux: /home/user/Calibre Library/metadata.db
# macOS: /Users/user/Documents/Calibre Library/metadata.db
# Windows: C:\Users\user\Calibre Library\metadata.db
# Docker: /calibre/metadata.db (when library is mounted at /calibre)
CALIBRE_DB_PATH=/path/to/calibre/library/metadata.db
# Application
PORT=3000
NODE_ENV=development
# Logging
# LOG_LEVEL options: trace, debug, info, warn, error, fatal, silent
LOG_LEVEL=info
# Pretty printing (dev only recommended)
LOG_PRETTY=true
# Optional destination file (leave unset for stdout)
# LOG_DEST=./data/tome.log
# Authentication (optional)
# Set a password to enable authentication. Leave empty or unset to disable.
# AUTH_PASSWORD=your-secure-password