add file
This commit is contained in:
parent
3482dd9f67
commit
45f175393c
2 changed files with 21 additions and 2 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -23,5 +23,4 @@ Thumbs.db
|
||||||
|
|
||||||
# Log, data
|
# Log, data
|
||||||
*.log
|
*.log
|
||||||
*.sqlite3
|
*.sqlite3
|
||||||
accounts.json
|
|
||||||
20
accounts.json
Normal file
20
accounts.json
Normal file
|
|
@ -0,0 +1,20 @@
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"id": "user1",
|
||||||
|
"bybit_api_key": "your_bybit_api_key_1",
|
||||||
|
"bybit_api_secret": "your_bybit_api_secret_1",
|
||||||
|
"user_name": "Nguyen Van A"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "user2",
|
||||||
|
"bybit_api_key": "your_bybit_api_key_2",
|
||||||
|
"bybit_api_secret": "your_bybit_api_secret_2",
|
||||||
|
"user_name": "Tran Thi B"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "1",
|
||||||
|
"bybit_api_key": "dqGCPAJzLKoTRfgCMq",
|
||||||
|
"bybit_api_secret": "aDYziLWN2jvdWNuz4QhWrM1O65JZ5f1NtEUO",
|
||||||
|
"user_name": "Key-test"
|
||||||
|
}
|
||||||
|
]
|
||||||
Loading…
Add table
Add a link
Reference in a new issue