This commit is contained in:
KienVT9 2025-05-22 22:43:02 +07:00
parent 3482dd9f67
commit 45f175393c
2 changed files with 21 additions and 2 deletions

1
.gitignore vendored
View file

@ -24,4 +24,3 @@ Thumbs.db
# Log, data # Log, data
*.log *.log
*.sqlite3 *.sqlite3
accounts.json

20
accounts.json Normal file
View 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"
}
]