Documentation & Formatting Changes
Co-Authored-By: svedev <28451791+svedev0@users.noreply.github.com>
This commit is contained in:
parent
8c23c68565
commit
f542df17ab
12 changed files with 345 additions and 69 deletions
|
|
@ -12,7 +12,7 @@ REDIS_URL=redis://redis:6379
|
|||
|
||||
# Authentication
|
||||
PRIVATE_BETTER_AUTH_SECRET=your_super_secret_auth_key_here
|
||||
PUBLIC_BETTER_AUTH_URL=http://localhost:3002
|
||||
PUBLIC_BETTER_AUTH_URL=http://localhost:5173 # Change for Production to http://localhost:3002
|
||||
|
||||
# Google OAuth (optional - for social login)
|
||||
GOOGLE_CLIENT_ID=your_google_client_id
|
||||
|
|
@ -26,4 +26,7 @@ PUBLIC_B2_ENDPOINT=https://s3.us-west-002.backblazeb2.com
|
|||
PUBLIC_B2_REGION=us-west-002
|
||||
|
||||
# OpenAI (for AI features)
|
||||
OPENROUTER_API_KEY=your_openrouter_api_key
|
||||
OPENROUTER_API_KEY=your_openrouter_api_key
|
||||
|
||||
# Websocket URL
|
||||
PUBLIC_WEBSOCKET_URL=http://localhost:8080
|
||||
Reference in a new issue