-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.env.example
More file actions
executable file
·24 lines (17 loc) · 769 Bytes
/
.env.example
File metadata and controls
executable file
·24 lines (17 loc) · 769 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# --- Server-side secrets (not exposed to client)
# Admin Credentials
NUXT_ADMIN_USERNAME=admin
NUXT_ADMIN_PASSWORD=123
# JWT Secret for Admin Authentication
NUXT_JWT_SECRET=tryUJ0zQbstPbTOrezme+Fv+KndzDNRx5lmSeelr2ial2/2yV8HqLeQ2felJafqf
# --- Public configuration (available on both client and server)
# WebSocket URL for client connections (optional - defaults to current host)
# NUXT_PUBLIC_WS_URL=ws://localhost:3000
# API URL for client requests (optional - defaults to current host)
# NUXT_PUBLIC_API_URL=http://localhost:3000
# Server Configuration
# NUXT_PUBLIC_HOST=0.0.0.0
# NUXT_PUBLIC_PORT=3000
# Show debug (optional - defaults to false)
# NUXT_PUBLIC_DEBUG_SHOW_WEBSOCKET_CONNECTIONS_IN_FRONTEND=true
# NUXT_PUBLIC_DEBUG_SHOW_CONSOLE_OUTPUTS=true