-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy path.env.example
More file actions
39 lines (33 loc) · 1.23 KB
/
.env.example
File metadata and controls
39 lines (33 loc) · 1.23 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
38
39
# Serene Pub 0.4.1 - Development Configuration
# Copy this file to .env to customize development settings
# ===========================================
# APPLICATION DATA DIRECTORY
# ===========================================
# Override default data directory for development
# Default: Uses OS-appropriate directories
# Example for local development:
# SERENE_PUB_DATA_DIR=./dev-data
# ===========================================
# WEBSOCKET CONFIGURATION
# ===========================================
# WebSocket server HTTP mode
# Default: http
# SOCKETS_HTTP_MODE=https
# WebSocket server port
# Default: 3001
# SOCKETS_PORT=3001
# ===========================================
# DEVELOPMENT DATABASE (External PostgreSQL)
# ===========================================
# These are only used when connecting to external PostgreSQL for development
# Production uses embedded PGlite automatically
# PostgreSQL connection for development
# DATABASE_PORT=5432
# POSTGRES_USER=postgres
# POSTGRES_PASSWORD=password
# ===========================================
# DEVELOPMENT OPTIONS
# ===========================================
# Automatically open browser on startup (default: enabled)
# Set to 1 to disable automatic browser opening
# SERENE_AUTO_OPEN=1