From 45f175393c4455efd7a1a4f7c86cbeefb0ab0153 Mon Sep 17 00:00:00 2001 From: KienVT9 Date: Thu, 22 May 2025 22:43:02 +0700 Subject: [PATCH] add file --- .gitignore | 3 +-- accounts.json | 20 ++++++++++++++++++++ 2 files changed, 21 insertions(+), 2 deletions(-) create mode 100644 accounts.json diff --git a/.gitignore b/.gitignore index fb8f3ea..89d6592 100644 --- a/.gitignore +++ b/.gitignore @@ -23,5 +23,4 @@ Thumbs.db # Log, data *.log -*.sqlite3 -accounts.json \ No newline at end of file +*.sqlite3 \ No newline at end of file diff --git a/accounts.json b/accounts.json new file mode 100644 index 0000000..691a67a --- /dev/null +++ b/accounts.json @@ -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" + } +] \ No newline at end of file