mirror of
				https://github.com/9technologygroup/patchmon.net.git
				synced 2025-11-04 05:53:27 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			18 lines
		
	
	
		
			324 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			18 lines
		
	
	
		
			324 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
# Database Configuration
 | 
						|
DATABASE_URL="postgresql://patchmon_user:p@tchm0n_p@55@localhost:5432/patchmon_db"
 | 
						|
 | 
						|
# Server Configuration
 | 
						|
PORT=3001
 | 
						|
NODE_ENV=development
 | 
						|
 | 
						|
# API Configuration
 | 
						|
API_VERSION=v1
 | 
						|
CORS_ORIGIN=http://localhost:3000
 | 
						|
 | 
						|
# Rate Limiting
 | 
						|
RATE_LIMIT_WINDOW_MS=900000
 | 
						|
RATE_LIMIT_MAX=100
 | 
						|
 | 
						|
# Logging
 | 
						|
LOG_LEVEL=info 
 |