5 lines
125 B
Go
5 lines
125 B
Go
// +build linux freebsd netbsd openbsd solaris !windows
|
|
|
|
package main
|
|
|
|
const DefaultConfigFile = "/etc/crowdsec/config.yaml"
|