Compare commits
No commits in common. "070e94fb55c3c3a85190d9789a9b499f4fc5bb25" and "5f03b8ad6d8d2e113b8268f667f4d7ff39f0f253" have entirely different histories.
070e94fb55
...
5f03b8ad6d
2
.gitignore
vendored
2
.gitignore
vendored
@ -23,5 +23,3 @@ go.work
|
|||||||
|
|
||||||
# Environment
|
# Environment
|
||||||
.env
|
.env
|
||||||
|
|
||||||
bin/*
|
|
||||||
|
3
Makefile
3
Makefile
@ -1,6 +1,7 @@
|
|||||||
|
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)
|
||||||
|
@ -14,7 +14,7 @@ logging:
|
|||||||
enabled: true
|
enabled: true
|
||||||
otel:
|
otel:
|
||||||
enabled: true
|
enabled: true
|
||||||
stdoutEnabled: false
|
stdoutEnabled: true
|
||||||
http:
|
http:
|
||||||
enabled: true
|
enabled: true
|
||||||
listen: :8080
|
listen: :8080
|
||||||
|
Loading…
x
Reference in New Issue
Block a user