17 lines
		
	
	
		
			443 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			443 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
POSTGRES_SSL="false"
 | 
						|
POSTGRES_URL="postgres://postgres:postgres@localhost:5480/verceldb"
 | 
						|
 | 
						|
NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY=
 | 
						|
CLERK_SECRET_KEY=
 | 
						|
 | 
						|
SPACES_ENDPOINT="http://localhost:4566"
 | 
						|
SPACES_ENDPOINT_CDN="http://localhost:4566"
 | 
						|
SPACES_REGION="nyc3"
 | 
						|
SPACES_BUCKET="comfyui-deploy"
 | 
						|
SPACES_KEY="xyz"
 | 
						|
SPACES_SECRET="aaa"
 | 
						|
SPACES_CDN_DONT_INCLUDE_BUCKET="false"
 | 
						|
SPACES_CDN_FORCE_PATH_STYLE="true"
 | 
						|
 | 
						|
JWT_SECRET="openssl rand -hex 32"
 | 
						|
PLAUSIBLE_DOMAIN= |