<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
  <key>Label</key>
  <string>online.aixiaobai.codex-force-http-provider</string>
  <key>ProgramArguments</key>
  <array>
    <string>__SCRIPT_ABSOLUTE_PATH__</string>
    <string>__PROVIDER_ID__</string>
  </array>
  <key>RunAtLoad</key>
  <true/>
  <key>StartInterval</key>
  <integer>1800</integer>
  <key>StandardOutPath</key>
  <string>__CODEX_HOME__/log/force-http-provider.out.log</string>
  <key>StandardErrorPath</key>
  <string>__CODEX_HOME__/log/force-http-provider.err.log</string>
  <key>ProcessType</key>
  <string>Background</string>
</dict>
</plist>
