28 lines
723 B
YAML
28 lines
723 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"
|
|
|
|
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
|