mirror of
https://github.com/eggent-ai/eggent.git
synced 2026-03-07 18:13:07 +00:00
Add OAuth auth-file path overrides for CLI providers
This commit is contained in:
@@ -37,4 +37,10 @@ APP_PORT=3000
|
||||
# NPM_CONFIG_CACHE=/app/data/npm-cache
|
||||
# XDG_CACHE_HOME=/app/data/.cache
|
||||
|
||||
# Optional CLI OAuth credential file overrides (for codex-cli / gemini-cli provider auth checks).
|
||||
# Useful when Eggent runs under a different user than the CLI login user.
|
||||
# CODEX_AUTH_FILE=/home/node/.codex/auth.json
|
||||
# GEMINI_OAUTH_CREDS_FILE=/home/node/.gemini/oauth_creds.json
|
||||
# GEMINI_SETTINGS_FILE=/home/node/.gemini/settings.json
|
||||
|
||||
APP_BASE_URL=http://localhost:3000
|
||||
|
||||
Reference in New Issue
Block a user