We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c71e4df commit d3a5d8aCopy full SHA for d3a5d8a
debian/conf/phinx-adapter.php
@@ -31,8 +31,8 @@
31
include_once '/usr/share/php/EaseFluentPDO/Orm.php';
32
include_once '/usr/share/php/EaseFluentPDO/Engine.php';
33
34
-if (file_exists('/etc/multiflexi/multiflexi.env')) {
35
- \Ease\Shared::instanced()->loadConfig('/etc/multiflexi/multiflexi.env', true);
+if (file_exists('/etc/cnb-cache/cnb-cache.env')) {
+ \Ease\Shared::instanced()->loadConfig('/etc/cnb-cache/cnb-cache.env', true);
36
}
37
38
$prefix = "/usr/lib/multiflexi/db/";
0 commit comments