gyrogpsc/example_config.yml

32 lines
822 B
YAML

# !!! copy this file and rename it to gpsconfig.yml !!!
# !!! file must be located in working directory !!!
# server configurations
webserver:
port: ":3011"
# collector configurations
collectors:
porttcp: ":3010"
portserial: "/dev/tty.usbmodem14201"
# processing pipeline configurations
pipeline:
publishIntervalMs: 50
syncUpdateIntervalMs: 494
debuglevel: "INFO"
#// ErrorLevel level. Logs. Used for errors that should definitely be noted.
#// Commonly used for hooks to send errors to an error tracking service.
#ErrorLevel
#// WarnLevel level. Non-critical entries that deserve eyes.
#WarnLevel
#// InfoLevel level. General operational entries about what's going on inside the
#// application.
#InfoLevel
#// DebugLevel level. Usually only enabled when debugging. Very verbose logging.
#DebugLevel