mirror of
https://fastgit.cc/github.com/uton88/dan-binary-releases/
synced 2026-04-21 13:22:48 +08:00
16 lines
480 B
JSON
16 lines
480 B
JSON
{
|
|
"ak_file": "ak.txt",
|
|
"rk_file": "rk.txt",
|
|
"token_json_dir": "codex_tokens",
|
|
"server_config_url": "",
|
|
"server_api_token": "",
|
|
"domain_report_url": "",
|
|
"upload_api_url": "https://example.com/v0/management/auth-files",
|
|
"upload_api_token": "replace-me",
|
|
"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
|
|
}
|