1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
From: William Desportes <williamdes@wdes.fr>
Date: Sat, 25 Jan 2025 00:22:10 +0100
Subject: Move the config file to /etc/dmarc-srg
Origin: vendor
Forwarded: not-needed
---
config/vendor_config.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/config/vendor_config.php b/config/vendor_config.php
index c0fda22..e069cec 100644
--- a/config/vendor_config.php
+++ b/config/vendor_config.php
@@ -16,7 +16,7 @@ return [
/**
* Path to the configuration file.
*/
- 'config_file' => ROOT_PATH . 'config' . DIRECTORY_SEPARATOR . 'conf.php',
+ 'config_file' => '/etc/dmarc-srg/conf.php',
/**
* Suffix to add to the DmarcSrg version
|