mirror of
				https://github.com/3ybactuk/marketplace-go-service-project.git
				synced 2025-10-30 22:13:44 +03:00 
			
		
		
		
	
		
			
				
	
	
		
			29 lines
		
	
	
		
			421 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			29 lines
		
	
	
		
			421 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| service:
 | |
|   host: localhost
 | |
|   grpc_port: 8083
 | |
|   http_port: 8084
 | |
| 
 | |
| jaeger:
 | |
|   host: localhost
 | |
|   port: 6831
 | |
| 
 | |
| db_master:
 | |
|   host: postgres-master
 | |
|   port: 5432
 | |
|   user: loms-user
 | |
|   password: loms-password
 | |
|   db_name: loms_db
 | |
| 
 | |
| db_replica:
 | |
|   host: postgres-replica
 | |
|   port: 5432
 | |
|   user: loms-user
 | |
|   password: loms-password
 | |
|   db_name: loms_db
 | |
| 
 | |
| kafka:
 | |
|   host: kafka
 | |
|   port: 29092
 | |
|   order_topic: loms.order-events
 | |
|   brokers: kafka:29092
 | 
