change vtp base url
This commit is contained in:
		
							parent
							
								
									cb517934a3
								
							
						
					
					
						commit
						574899c08d
					
				| 
						 | 
					@ -17,8 +17,8 @@ import (
 | 
				
			||||||
)
 | 
					)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
const (
 | 
					const (
 | 
				
			||||||
	baseURLStag     = "https://gw.viettelpost.vn"
 | 
						baseURLStag     = "https://stg-gw.viettelpost.vn"
 | 
				
			||||||
	baseURLAuthStag = "https://dws-sso.viettelpost.vn"
 | 
						baseURLAuthStag = "https://stg-keycloak.viettelpost.vn"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	baseURLProd     = "https://gw.viettelpost.vn"
 | 
						baseURLProd     = "https://gw.viettelpost.vn"
 | 
				
			||||||
	baseURLAuthProd = "https://dws-sso.viettelpost.vn"
 | 
						baseURLAuthProd = "https://dws-sso.viettelpost.vn"
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue