7 lines
322 B
Bash
7 lines
322 B
Bash
# V0 confines Codex to this directory (defaults to process.cwd()).
|
|
# Relative paths are resolved from the server process working directory.
|
|
CODEX_WORKSPACE_ROOT=.
|
|
|
|
# Subscription-auth path: do NOT set OPENAI_API_KEY just for this demo.
|
|
# Authenticate Codex on the same host first using the Codex CLI ChatGPT sign-in flow.
|