|  | @@ -59,7 +59,8 @@ beaker.session.validate_key = 3283411b-1904-4554-b0e1-883863b53080
 | 
	
		
			
			| 59 | 59 |  # If you have sqlite, here's a simple default to get you started
 | 
	
		
			
			| 60 | 60 |  # in development
 | 
	
		
			
			| 61 | 61 |  
 | 
	
		
			
			| 62 |  | -sqlalchemy.url = postgres://pboard:pboard@127.0.0.1:5432/pboarddb
 | 
	
		
			
			|  | 62 | +#sqlalchemy.url = postgres://pboard:pboard@127.0.0.1:5432/pboarddb
 | 
	
		
			
			|  | 63 | +sqlalchemy.url = postgres://pod_master:pod_master_password@127.0.0.1:5432/pod
 | 
	
		
			
			| 63 | 64 |  #echo shouldn't be used together with the logging module.
 | 
	
		
			
			| 64 | 65 |  sqlalchemy.echo = false
 | 
	
		
			
			| 65 | 66 |  sqlalchemy.echo_pool = false
 |