Sha256: f43195a75395b13a8e74845d08a6115dc617ab5d8187c1f61acafb5ac61d009d
Contents?: true
Size: 484 Bytes
Versions: 1
Compression:
Stored size: 484 Bytes
Contents
module Splash module Constants VERSION = "0.0.1" CONFIG_FILE = "/etc/splash.yml" DAEMON_USER = "root" DAEMON_GROUP = "wheel" PID_PATH="/var/run" TRACE_PATH="/var/run/splash" PID_FILE="splash.pid" STDOUT_TRACE="stdout.txt" STDERR_TRACE="stderr.txt" DAEMON_PROCESS_NAME="Splash : Prometheus logs monitoring." AUTHOR="Romain GEORGES" EMAIL = "gems@ultragreen.net" COPYRIGHT="Ultragreen (c) 2020" LICENSE="BSD-2-Clause" end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
prometheus-splash-0.0.1 | lib/splash/constants.rb |