Spaces:
Paused
Paused
File size: 388 Bytes
a971da6 5d0a52f | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | # 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
|