generated from phundrak/rust-poem-openapi-template
	
		
			
	
	
		
			7 lines
		
	
	
		
			174 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
		
		
			
		
	
	
			7 lines
		
	
	
		
			174 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| 
								 | 
							
								DB_HOST=localhost
							 | 
						||
| 
								 | 
							
								DB_PORT=5432
							 | 
						||
| 
								 | 
							
								DB_NAME=gege-jdr-backend
							 | 
						||
| 
								 | 
							
								DB_USER=dev
							 | 
						||
| 
								 | 
							
								DB_PASSWORD=password
							 | 
						||
| 
								 | 
							
								DATABASE_URL=postgresql://${DB_USER}:${DB_PASSWORD}@${DB_HOST}:${DB_PORT}/${DB_NAME}
							 |