Skip to content

Commit 78e2615

Browse files
author
Bertrand Dunogier
committed
Fixed path to gateway file in recommended
1 parent 9f8f271 commit 78e2615

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: config.cluster.php-RECOMMENDED

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?php
2-
define( 'CLUSTER_STORAGE_GATEWAY_PATH', 'ezpostgresqlcluster/clustering/dfs/gateway.php' );
2+
define( 'CLUSTER_STORAGE_GATEWAY_PATH', 'extension/ezpostgresqlcluster/clustering/dfs/gateway.php' );
33
define( 'CLUSTER_STORAGE_BACKEND', 'dfspostgresql' );
44
define( 'CLUSTER_STORAGE_HOST', 'databasehost' );
55
define( 'CLUSTER_STORAGE_PORT', 5433 );

0 commit comments

Comments
 (0)