18 lines
405 B
Plaintext
18 lines
405 B
Plaintext
# 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 |