update refactor
This commit is contained in:
parent
01abc7e446
commit
55ad0607f3
39 changed files with 4304 additions and 584 deletions
15
example.env
Normal file
15
example.env
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
# Supabase
|
||||
SUPABASE_URL=https://tqsoqmohvzrbnwhvgczh.supabase.co
|
||||
SUPABASE_KEY=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJzdXBhYmFzZSIsInJlZiI6InRxc29xbW9odnpyYm53aHZnY3poIiwicm9sZSI6ImFub24iLCJpYXQiOjE3NTE4Nzc5MzYsImV4cCI6MjA2NzQ1MzkzNn0._JXiBlYiHBmINzEr61Pzm6_GKCJJnOkvv4EUBNxfSIs
|
||||
LARK_APP_ID=cli_a8b73c970679d028
|
||||
LARK_APP_SECRET=fRfGwMieW59Q1B5KTyNKNh4oP1YWuQOr
|
||||
# Bybit (nếu muốn dùng mặc định, có thể để trống nếu lấy theo user)
|
||||
BYBIT_API_KEY=your-bybit-api-key
|
||||
BYBIT_API_SECRET=your-bybit-api-secret
|
||||
BYBIT_TESTNET=true
|
||||
|
||||
# Lark webhook
|
||||
LARK_WEBHOOK_URL=https://open.larksuite.com/webhook/your-webhook-url
|
||||
|
||||
# Server port
|
||||
PORT=3000
|
||||
Loading…
Add table
Add a link
Reference in a new issue