Initial commit

This commit is contained in:
2026-07-04 20:29:29 +00:00
commit 8198e8cfee
40 changed files with 3096 additions and 0 deletions
+30
View File
@@ -0,0 +1,30 @@
# yaml-language-server: $schema=contrib/schema.json
# Custom demo-app config
timezone: EST5EDT
opts:
factLang: en
factType: random
# go-app config
name: Demo go-app
logging:
format: console
level: trace
enabled: true
otel:
enabled: true
stdoutEnabled: false
http:
enabled: true
listen: :8080
logRequests: true
grpc:
enabled: true
enableReflection: true
listen: :8081
grpcGatewayPath: /api
enableGRPCGateway: true
enableInstrumentation: true
enableProtovalidate: true
logRequests: true