12 lines
No EOL
493 B
Text
12 lines
No EOL
493 B
Text
# MongoDB Database Connection
|
|
MONGO_URI=mongodb://localhost:27017/faber-finances
|
|
|
|
# Wise API Personal Access Tokens
|
|
# Get your tokens from: https://wise.com/help/articles/2958231/personal-access-tokens
|
|
# Documentation: https://docs.wise.com/api-docs/guides/personal-tokens
|
|
|
|
WISE_API_KEY_JENNIE=your_jennie_wise_token_here
|
|
WISE_API_KEY_HENRY=your_henry_wise_token_here
|
|
|
|
# Note: These tokens should have permission to read account balances
|
|
# Copy this file to .env and fill in your actual tokens |