# Codex Proxy Configuration # Copy this file to .env and edit values as needed: cp .env.example .env # Optional: paste ChatGPT JWT to skip OAuth login (leave empty to use OAuth) CODEX_JWT_TOKEN= # Platform: linux for Docker, darwin for macOS, win32 for Windows CODEX_PLATFORM=linux # Architecture: x64 for Docker/Intel, arm64 for Apple Silicon CODEX_ARCH=x64 # Server port PORT=8080