-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
22 lines (17 loc) · 906 Bytes
/
Copy path.env.example
File metadata and controls
22 lines (17 loc) · 906 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Backend API Server and Faith Stats CLI Configuration
# Copy this file to .env and update with your actual values
# Path to your Anki collection database file
# Example: /Users/username/Library/Application Support/Anki2/User 1/collection.anki2
ANKI_DATABASE_PATH=path/to/collection.anki2
# Path to your KOReader statistics database file
# Example: /Users/username/Documents/koreader/statistics.sqlite3
KOREADER_DATABASE_PATH=path/to/statistics.sqlite3
# Path to your Arc Timeline export directory
# Example: /Users/username/Documents/arc/export
ARCSTATS_EXPORT_PATH=path/to/arc/export
# Path to your Proseuche database file
# Example: /Users/username/Documents/proseuche/database.sqlite
PROSEUCHE_DATABASE_PATH=path/to/database.sqlite
# API key for authenticating requests to the backend server
# This should be a secure, randomly generated string for production use
API_KEY=your-secure-api-key-here