Testing the transaction functionality
This commit is contained in:
		
							
								
								
									
										2
									
								
								Makefile
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								Makefile
									
									
									
									
									
								
							@ -2,7 +2,7 @@ STRIPE_SECRET=$(shell sed '2q;d' cred.txt)
 | 
			
		||||
STRIPE_KEY=$(shell sed '2q;d' cred.txt)
 | 
			
		||||
GOSTRIPE_PORT=4000
 | 
			
		||||
API_PORT=4001
 | 
			
		||||
DSN=root@tcp(localhost:6379)/widgets?parseTime=true&tls=false
 | 
			
		||||
DSN=vinchent:secret@tcp(localhost:3306)/widgets?parseTime=true&tls=false
 | 
			
		||||
 | 
			
		||||
## build: builds all binaries
 | 
			
		||||
build: clean build_front build_back
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user