1
0
This commit is contained in:
2025-06-03 05:00:51 +09:00
parent 6cd8014f80
commit ef907660cc
43 changed files with 5255 additions and 194 deletions

18
.env.development Normal file
View 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