Skip to content

Commit

Permalink
fix: env example
Browse files Browse the repository at this point in the history
  • Loading branch information
RaoHai committed Dec 16, 2024
1 parent f7d027a commit 4adfc8f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# Docker volumnes
docker/volumes/db/data
docker/volumes/storage

# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
__pycache__/
*.pyc
Expand Down Expand Up @@ -59,7 +63,3 @@ next-env.d.ts

dist/
lui/src/style.css

# Docker volumnes
/docker/volumes/db/
/docker/volumes/storage/
6 changes: 3 additions & 3 deletions server/.env.example
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ POOLER_TENANT_ID=your-tenant-id
# API Proxy - Configuration for the Kong Reverse proxy.
############

KONG_HTTP_PORT=8000
KONG_HTTP_PORT=8001
KONG_HTTPS_PORT=8443


Expand Down Expand Up @@ -88,9 +88,9 @@ STATIC_URL=STATIC_URL

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

SUPABASE_PASSWORD=aABCDEFG
# OpenAI API KEY
Expand Down

0 comments on commit 4adfc8f

Please sign in to comment.