@@ -98,19 +98,6 @@ AWS_BEDROCK_CONFIG=
9898# Include this environment variable if you want more logging for debugging locally
9999VITE_LOG_LEVEL = debug
100100
101- # Database Configuration
102- # Required: Set this to your PostgreSQL connection string
103- # IMPORTANT: URL-encode special characters in passwords ($ becomes %24, ! becomes %21, etc.)
104- # For local development with PostgreSQL:
105- # DATABASE_URL=postgresql://username:password@localhost:5432/database_name
106- #
107- # For production (Supabase example):
108- # DATABASE_URL=postgresql://postgres:[password]@db.[project-ref].supabase.co:5432/postgres?sslmode=require
109- #
110- # For Docker PostgreSQL (not committed to repo):
111- # DATABASE_URL=postgresql://username:password@db:5432/database_name
112- DATABASE_URL =
113-
114101# Get your GitHub Personal Access Token here -
115102# https://github.com/settings/tokens
116103# This token is used for:
@@ -127,14 +114,6 @@ VITE_GITHUB_ACCESS_TOKEN=
127114# Classic tokens are recommended for broader access
128115VITE_GITHUB_TOKEN_TYPE = classic
129116
130- # Email verification with Resend
131- # Get your API key at https://resend.com/api-keys
132- RESEND_API_KEY =
133-
134- # Application URL for email verification links
135- # Should be your production domain (e.g., https://codinit.dev)
136- APP_URL =
137-
138117# Example Context Values for qwen2.5-coder:32b
139118#
140119# DEFAULT_NUM_CTX=32768 # Consumes 36GB of VRAM
0 commit comments