Skip to content

Commit

Permalink
feat: update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
RaoHai committed Dec 16, 2024
1 parent 5be9302 commit cf441a9
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions server/.env.local.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
# App Base Configures
API_URL=http://localhost:8001
WEB_URL=http://localhost:3000
# OPTIONAL - standalong static url if required
STATIC_URL=STATIC_URL

FASTAPI_SECRET_KEY=fastapi_secret_key
# `Project URL` field of https://supabase.com/dashboard/project/_/settings/database
SUPABASE_URL=${SUPABASE_PUBLIC_URL}
# `Project API keys`: `anon public` field of https://supabase.com/dashboard/project/_/settings/database
SUPABASE_SERVICE_KEY=${SERVICE_ROLE_KEY}

SUPABASE_PASSWORD=aABCDEFG
# OpenAI API KEY
OPENAI_API_KEY=sk-xxxx
# OPTIONAL - Gemini
GEMINI_API_KEY=gemini_api_key
# Tavily Api Key
TAVILY_API_KEY=tavily_api_key

# OPTIONAL - Github Apps Configures
X_GITHUB_APP_ID=github_app_id
X_GITHUB_APPS_CLIENT_ID=github_apps_client_id
X_GITHUB_APPS_CLIENT_SECRET=github_apps_client_secret


# OPTIONAL - AUTH0 Configures
API_IDENTIFIER=api_identifier
AUTH0_DOMAIN=auth0_domain
AUTH0_CLIENT_ID=auth0_client_id
AUTH0_CLIENT_SECRET=auth0_client_secret

# OPTIONAL - AWS Configures
SQS_QUEUE_URL=https://sqs.ap-northeast-1.amazonaws.com/{your_aws_user}/{your_aws_sqs_message}
AWS_GITHUB_SECRET_NAME="prod/githubapp/petercat/pem"
AWS_STATIC_SECRET_NAME="prod/petercat/static"
AWS_LLM_TOKEN_SECRET_NAME="prod/petercat/llm"
AWS_LLM_TOKEN_PUBLIC_NAME="petercat/prod/llm/pub"
AWS_STATIC_KEYPAIR_ID="xxxxxx"
S3_TEMP_BUCKET_NAME=S3_TEMP_BUCKET_NAME

0 comments on commit cf441a9

Please sign in to comment.