|
@@ -81,6 +81,7 @@ config_generate() {
|
|
.config_paths.plugin_dir=strenv(PLUGIN_DIR) |
|
|
.config_paths.plugin_dir=strenv(PLUGIN_DIR) |
|
|
.crowdsec_service.acquisition_path=strenv(CONFIG_DIR)+"/acquis.yaml" |
|
|
.crowdsec_service.acquisition_path=strenv(CONFIG_DIR)+"/acquis.yaml" |
|
|
.db_config.db_path=strenv(DATA_DIR)+"/crowdsec.db" |
|
|
.db_config.db_path=strenv(DATA_DIR)+"/crowdsec.db" |
|
|
|
|
+ .db_config.use_wal=true |
|
|
.api.client.credentials_path=strenv(CONFIG_DIR)+"/local_api_credentials.yaml" |
|
|
.api.client.credentials_path=strenv(CONFIG_DIR)+"/local_api_credentials.yaml" |
|
|
.api.server.profiles_path=strenv(CONFIG_DIR)+"/profiles.yaml" |
|
|
.api.server.profiles_path=strenv(CONFIG_DIR)+"/profiles.yaml" |
|
|
.api.server.console_path=strenv(CONFIG_DIR)+"/console.yaml" |
|
|
.api.server.console_path=strenv(CONFIG_DIR)+"/console.yaml" |
|