Init commit!
This commit is contained in:
commit
086d682592
34 changed files with 19249 additions and 0 deletions
12
.env.example
Normal file
12
.env.example
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
# 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue