update to new go-app
This commit is contained in:
21
config.yaml
Normal file
21
config.yaml
Normal 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
|
Reference in New Issue
Block a user