update to new go-app

This commit is contained in:
2025-03-30 11:38:56 -04:00
parent e8e4af8051
commit 1e18909940
7 changed files with 482 additions and 112 deletions

21
config.yaml Normal file
View File

@ -0,0 +1,21 @@
# yaml-language-server: $schema=contrib/schema.json
# Custom demo-app config
demoType:
optName: demo opt
optField: 99
demoField: 99
# go-app config
name: Demo go-app HTTP App
logging:
format: console
level: trace
enabled: true
otel:
enabled: false
grpc:
enabled: false
http:
enabled: true
listen: :8080