mirror of
https://github.com/crowdsecurity/crowdsec.git
synced 2025-05-11 12:25:53 +02:00
6 lines
127 B
Go
6 lines
127 B
Go
//go:build windows
|
|
// +build windows
|
|
|
|
package main
|
|
|
|
const DefaultConfigFile = "C:\\ProgramData\\CrowdSec\\config\\config.yaml"
|