File size: 667 Bytes
dbe3386
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
  "duckmail_api_base": "https://api.duckmail.sbs",
  "duckmail_bearer": "",
  "duckmail_suffix": "xjy.cc.cd",
  "proxy": "",
  "workers": 3,
  "oauth_issuer": "https://auth.openai.com",
  "oauth_client_id": "app_EMoamEEZ73f0CkXaXp7hrann",
  "oauth_redirect_uri": "http://localhost:1455/auth/callback",
  "enable_oauth": true,
  "oauth_required": true,
  "pool": {
    "base_url": "",
    "token": "",
    "target_type": "codex",
    "target_count": 300,
    "interval_min": 60,
    "use_proxy": false
  },
  "auth": {
    "enabled": true,
    "username": "",
    "password_hash": "",
    "jwt_secret": "",
    "jwt_exp_hours": 24,
    "cookie_name": "cc_auth"
  }
}