Skip to content

Commit 2f140c7

Browse files
committed
feat: add Tatum API key configuration to environment variables
1 parent ca5b10b commit 2f140c7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.env.example

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ PORT=3000
44
# API configuration
55
API_BASE_URL=https://profullstack.com/pdf
66

7+
# Tatum API configuration
8+
TATUM_API_KEY=your-tatum-api-key
9+
710
# Puppeteer configuration
811
# If not set, the application will try to auto-detect the Chrome path based on the environment
912
# Production path example:

0 commit comments

Comments
 (0)