-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
37 lines (28 loc) · 1.01 KB
/
.env.example
File metadata and controls
37 lines (28 loc) · 1.01 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
# Pubflow Configuration for TanStack Start
# Copy this file to .env.local and update the values
# API Configuration
VITE_API_BASE_URL=http://localhost:8787
VITE_BRIDGE_BASE_PATH=/bridge
VITE_AUTH_BASE_PATH=/auth
# Branding Configuration
VITE_APP_NAME=Flowfull Client
VITE_APP_LOGO=
VITE_PRIMARY_COLOR=#006aff
VITE_SECONDARY_COLOR=#4a90e2
VITE_ACCENT_COLOR=#06b6d4
# Theme Configuration
VITE_DEFAULT_THEME=system
VITE_FONT_FAMILY=-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif
# Custom User Types (comma-separated list)
# Default types: admin,superadmin,manager,moderator,customer
# The first type in the list will be used as default for new users
VITE_USER_TYPES=admin,superadmin,manager,moderator,customer
# Authentication Configuration
VITE_LOGIN_REDIRECT_PATH=/login
VITE_PUBLIC_PATHS=/login,/register,/forgot-password,/
# Debug Configuration
VITE_ENABLE_DEBUG_TOOLS=true
# Session Configuration
VITE_SHOW_SESSION_ALERTS=true
# Cache Configuration
VITE_ENABLE_PERSISTENT_CACHE=true