codex-proxy / .env.example
icebear0828
fix: prevent .env inline comments from being parsed as JWT tokens
a971da6
raw
history blame
388 Bytes
# 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