# Server configuration
HOST=0.0.0.0
PORT=8080
# --- Greptile API configuration ---
# Get your API key from https://app.greptile.com/settings/api
GREPTILE_API_KEY=YOUR_GREPTILE_API_KEY_HERE
# GitHub/GitLab personal access token with read permissions for the repositories you want to index.
# Greptile uses this token to clone the repositories.
# See: https://docs.greptile.com/introduction/authentication#github-token
GITHUB_TOKEN=YOUR_GITHUB_OR_GITLAB_PAT_HERE
# Base URL for the Greptile API (default is https://api.greptile.com/v2)
# Only change this if you have a specific reason (e.g., enterprise endpoint)
GREPTILE_BASE_URL=https://api.greptile.com/v2