Compare commits
	
		
			2 Commits
		
	
	
		
			5f03b8ad6d
			...
			070e94fb55
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 070e94fb55 | |||
| a2ca3622a6 | 
							
								
								
									
										2
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							@@ -23,3 +23,5 @@ go.work
 | 
			
		||||
 | 
			
		||||
# Environment
 | 
			
		||||
.env
 | 
			
		||||
 | 
			
		||||
bin/*
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										3
									
								
								Makefile
									
									
									
									
									
								
							
							
						
						
									
										3
									
								
								Makefile
									
									
									
									
									
								
							@@ -1,7 +1,6 @@
 | 
			
		||||
CMD_NAME := demo-app # TODO: Update app name
 | 
			
		||||
 | 
			
		||||
.PHONY: all test build docker install clean proto check_protoc
 | 
			
		||||
 | 
			
		||||
CMD_NAME := demo-app # TODO: Update app name
 | 
			
		||||
VERSION ?= development # Default to "development" if VERSION is not set
 | 
			
		||||
API_DIR := api/
 | 
			
		||||
PROTO_DIRS := $(wildcard proto/demo/app/*) # TODO: Update path (probably not demo)
 | 
			
		||||
 
 | 
			
		||||
@@ -14,7 +14,7 @@ logging:
 | 
			
		||||
  enabled: true
 | 
			
		||||
otel:
 | 
			
		||||
  enabled: true
 | 
			
		||||
  stdoutEnabled: true
 | 
			
		||||
  stdoutEnabled: false
 | 
			
		||||
http:
 | 
			
		||||
  enabled: true
 | 
			
		||||
  listen: :8080
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user