mirror of
https://github.com/crowdsecurity/crowdsec.git
synced 2025-05-11 12:25:53 +02:00
parent
5f339ab312
commit
dbb420f79e
563 changed files with 64363 additions and 10714 deletions
9
pkg/csconfig/config_paths.go
Normal file
9
pkg/csconfig/config_paths.go
Normal file
|
@ -0,0 +1,9 @@
|
|||
package csconfig
|
||||
|
||||
type ConfigurationPaths struct {
|
||||
ConfigDir string `yaml:"config_dir"`
|
||||
DataDir string `yaml:"data_dir,omitempty"`
|
||||
SimulationFilePath string `yaml:"simulation_path,omitempty"`
|
||||
HubIndexFile string `yaml:"index_path,omitempty"` //path of the .index.json
|
||||
HubDir string `yaml:"hub_dir,omitempty"`
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue