fix gpt
This commit is contained in:
18
.env.development
Normal file
18
.env.development
Normal file
@ -0,0 +1,18 @@
|
||||
# Development configuration for ai.card
|
||||
# This file is used for local development
|
||||
|
||||
# Web Frontend Configuration
|
||||
VITE_WEB_HOST=http://localhost:5173
|
||||
VITE_API_HOST=http://localhost:8000
|
||||
VITE_WEB_PORT=5173
|
||||
|
||||
# API Backend Configuration
|
||||
API_HOST=localhost
|
||||
API_PORT=8000
|
||||
|
||||
# OAuth Configuration
|
||||
VITE_OAUTH_CLIENT_NAME=ai.card
|
||||
VITE_OAUTH_REDIRECT_PATH=/oauth/callback
|
||||
|
||||
# Feature Flags
|
||||
VITE_ENABLE_AI_FEATURES=true
|
Reference in New Issue
Block a user