mirror of
https://github.com/CJackHwang/ds2api.git
synced 2026-05-06 17:35:30 +08:00
refactor(deploy-vercel): streamline deployment to Vercel, remove Docker/local deployment files, and harden path handling
This commit is contained in:
23
config.example.json
Normal file
23
config.example.json
Normal file
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"keys": [
|
||||
"your-api-key-1",
|
||||
"your-api-key-2"
|
||||
],
|
||||
"accounts": [
|
||||
{
|
||||
"email": "example1@example.com",
|
||||
"password": "your-password-1",
|
||||
"token": ""
|
||||
},
|
||||
{
|
||||
"email": "example2@example.com",
|
||||
"password": "your-password-2",
|
||||
"token": ""
|
||||
},
|
||||
{
|
||||
"mobile": "12345678901",
|
||||
"password": "your-password-3",
|
||||
"token": ""
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user