mirror of
				https://github.com/Phundrak/georm.git
				synced 2025-11-04 01:11:10 +00:00 
			
		
		
		
	
		
			
	
	
		
			7 lines
		
	
	
		
			163 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
		
		
			
		
	
	
			7 lines
		
	
	
		
			163 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| 
								 | 
							
								DB_HOST=localhost
							 | 
						||
| 
								 | 
							
								DB_PORT=5432
							 | 
						||
| 
								 | 
							
								DB_NAME=georm
							 | 
						||
| 
								 | 
							
								DB_USER=dev
							 | 
						||
| 
								 | 
							
								DB_PASSWORD=password
							 | 
						||
| 
								 | 
							
								DATABASE_URL=postgresql://${DB_USER}:${DB_PASSWORD}@${DB_HOST}:${DB_PORT}/${DB_NAME}
							 |