-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexample config.json
More file actions
62 lines (62 loc) · 1.36 KB
/
example config.json
File metadata and controls
62 lines (62 loc) · 1.36 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"discord_bot_token": "",
"truelayer": {
"app_client_id": "",
"app_client_IP": "",
"app_client_secret": ""
},
"users": [
{
"name": "user1",
"discord_user_id": "",
"splitwise_API_token": "",
"splitwise_group_id": "",
"truelayer": {
"access_tokens": [],
"refresh_tokens": []
},
"bank_accounts": [
{
"name": "",
"bank_account_id": "",
"last_transaction_date": "2022-12-01T00:00:00Z",
"latest_transaction_ids": [],
"truelayer_token_index": 0
}
],
"credit_cards": []
},
{
"name": "user2",
"discord_user_id": "",
"splitwise_API_token": "",
"splitwise_group_id": "",
"truelayer": {
"access_tokens": [],
"refresh_tokens": []
},
"bank_accounts": [
{
"name": "",
"bank_account_id": "",
"last_transaction_date": "2022-12-11T00:00:00Z",
"latest_transaction_ids": [],
"truelayer_token_index": 0
}
],
"credit_cards": [
{
"name": "",
"credit_card_id": "",
"last_transaction_date": "",
"latest_transaction_ids": [],
"truelayer_token_index": 0
}
]
}
],
"adminDiscordUser": {
"discord_user_id": "",
"dmChannel": ""
}
}