-
Notifications
You must be signed in to change notification settings - Fork 328
Expand file tree
/
Copy pathconfig.example.json
More file actions
38 lines (38 loc) · 848 Bytes
/
config.example.json
File metadata and controls
38 lines (38 loc) · 848 Bytes
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
29
30
31
32
33
34
35
36
37
38
{
"mail": {
"worker_domain": "https://your-mail-worker.example.com",
"admin_token": "your-admin-token",
"email_domain": "your-domain.com"
},
"card": {
"number": "",
"cvc": "",
"exp_month": "",
"exp_year": ""
},
"billing": {
"name": "John Smith",
"email": "",
"country": "US",
"currency": "USD",
"address_line1": "123 Main St",
"address_state": "CA"
},
"team_plan": {
"plan_name": "chatgptteamplan",
"workspace_name": "MyWorkspace",
"price_interval": "month",
"seat_quantity": 5,
"promo_campaign_id": "team1dollar"
},
"captcha": {
"api_url": "https://api.yescaptcha.com",
"client_key": ""
},
"proxy": null,
"session_token": null,
"access_token": null,
"device_id": null,
"stripe_build_hash": "f197c9c0f0",
"code_system_enabled": false
}