Files
class-server/config.yaml
Ryan McGuire 1e8d3abf8a
All checks were successful
Build and Publish / check-chart (push) Successful in 20s
Build and Publish / helm-release (push) Has been skipped
Build and Publish / release (push) Successful in 4m55s
implement class logo
2025-07-08 16:28:53 -04:00

30 lines
492 B
YAML

# yaml-language-server: $schema=contrib/schema.json
# Custom demo-app config
timezone: EST5EDT
opts:
factLang: en
factType: random
# go-app config
name: Class App
logging:
format: json
level: trace
enabled: true
otel:
enabled: true
stdoutEnabled: false
http:
enabled: true
listen: :18080
logRequests: true
grpc:
enabled: true
enableReflection: true
listen: :18081
grpcGatewayPath: /api
enableGRPCGateway: true
enableInstrumentation: true
logRequests: true