mirror of
				https://github.com/xfarrow/blink
				synced 2025-06-27 09:03:02 +02:00 
			
		
		
		
	Update .env
This commit is contained in:
		| @@ -2,9 +2,9 @@ | ||||
|  | ||||
| # API server settings | ||||
| API_SERVER_PORT = 3000 | ||||
| JWT_SECRET_KEY = jwt-secret # Change this | ||||
| LIMITER_WINDOW = 3600000 # 1 hour in milliseconds | ||||
| LIMITER_MAXIMUM_PER_WINDOW = 500 # 500 requests for each window | ||||
| JWT_SECRET_KEY = jwt-secret # Change this in production | ||||
| LIMITER_WINDOW = 3600000 # Milliseconds in limiter window | ||||
| LIMITER_MAXIMUM_PER_WINDOW = 500 # Requests for each limiter window | ||||
|  | ||||
| # Database settings | ||||
| POSTGRES_SERVER = localhost | ||||
|   | ||||
		Reference in New Issue
	
	Block a user