client_config 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. #在oci=begin和oci=end之间放入你的API配置信息 支持多个配置文件 机器人切换profile可更换操作配置
  2. oci=begin
  3. [DEFAULT]
  4. user=ocid1.user.oc1..aaaaaaaaxxxxgwlg3xuzwgsaazxtzbozqq
  5. fingerprint=b8:33:6f:xxxx:45:43:33
  6. tenancy=ocid1.tenancy.oc1..aaaaaaaaxxx7x7h4ya
  7. region=ap-singapore-1
  8. key_file=写你的API密钥文件路径
  9. [DEFAULT2]
  10. user=ocid1.user.oc1..aaaaaaaaxxxxgwlg3xuzwgsaazxtzbozqq
  11. fingerprint=b8:33:6f:xxxx:45:43:33
  12. tenancy=ocid1.tenancy.oc1..aaaaaaaaxxx7x7h4ya
  13. region=ap-singapore-1
  14. key_file=写你的API密钥文件路径
  15. oci=end
  16. #用户信息 从 https://t.me/radiance_helper_bot 配置(bot可使用/raninfo命令随机生成)
  17. #必传
  18. username=
  19. #必传
  20. password=
  21. #cloudflare 功能参数 非必传
  22. #非必传 cloudflare邮箱
  23. cf_email=
  24. #非必传 cloudflare key 在我的个人资料->API令牌处->API密钥->Global API Key 获取
  25. cf_account_key=
  26. #非必填 本机ip和端口号 (进阶玩家选项 可填写域名) 不写将自动获取本机ip 并使用默认端口号9527 (小白用户建议不填) 如填写 格式为:https://xxx.xx:9527
  27. local_address=
  28. #非必填 url名称(默认为address 可在bot上修改)
  29. local_url_name=
  30. #非必填 启动模式 填写local为启动本地无公网IP模式(只要能联网即可) 不填或填其他 则启动端口模式
  31. model=
  32. #在azure=begin和azure=end之间放入你的azure的API配置信息 支持多个配置文件 机器人切换profile可更换操作配置 上传配置支持使用原格式({"appId":"xxx","password":"xxx"...})上传
  33. azure=begin
  34. [az001]
  35. appId=551xxxx7-xxxx-xxxx-xxxx-b9xxxx60cc65
  36. password=T618Q~.LIy_xxxxx~jm~xxxxxx
  37. tenant=xxxx3713-xxxx-4cb5-xxxx-3001060xxxxx
  38. azure=end