Compare commits

..
2 Commits
Author SHA1 Message Date
rmcguire 070e94fb55 cleanup 2025-03-30 20:39:46 -04:00
rmcguire a2ca3622a6 set config.yaml default 2025-03-30 20:35:31 -04:00
3 changed files with 4 additions and 3 deletions
+2
View File
@@ -23,3 +23,5 @@ go.work
# Environment # Environment
.env .env
bin/*
+1 -2
View File
@@ -1,7 +1,6 @@
CMD_NAME := demo-app # TODO: Update app name
.PHONY: all test build docker install clean proto check_protoc .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 VERSION ?= development # Default to "development" if VERSION is not set
API_DIR := api/ API_DIR := api/
PROTO_DIRS := $(wildcard proto/demo/app/*) # TODO: Update path (probably not demo) PROTO_DIRS := $(wildcard proto/demo/app/*) # TODO: Update path (probably not demo)
+1 -1
View File
@@ -14,7 +14,7 @@ logging:
enabled: true enabled: true
otel: otel:
enabled: true enabled: true
stdoutEnabled: true stdoutEnabled: false
http: http:
enabled: true enabled: true
listen: :8080 listen: :8080