-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
32 lines (26 loc) · 1.15 KB
/
.env.example
File metadata and controls
32 lines (26 loc) · 1.15 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
# RelaySMS Desktop Environment Configuration
# Copy this file to .env and fill in your values
# ========================================
# Server Configuration
# ========================================
# Vault Server URL (gRPC endpoint for authentication and user management)
# Default: vault.smswithoutborders.com:443 (Production)
# Staging: vault.staging.smswithoutborders.com:443
VAULT_URL=vault.smswithoutborders.com:443
# Publisher Server URL (gRPC endpoint for message publishing)
# Default: publisher.smswithoutborders.com:443 (Production)
# Staging: publisher.staging.smswithoutborders.com:443
PUBLISHER_URL=publisher.smswithoutborders.com:443
# ========================================
# Environment Settings
# ========================================
# Node environment (development, production, test)
# Setting to 'production' enforces secure gRPC connections
NODE_ENV=development
# ========================================
# Security Notes
# ========================================
# - Always use secure (TLS) connections in production
# - Do not commit the .env file to version control
# - Keep your server URLs private
# - Regularly rotate any credentials