Skip to content

Commit 3de3bb8

Browse files
committed
Settings up default Couchbase port to 8091
1 parent 953da36 commit 3de3bb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Phpfastcache/Drivers/Couchbase/Config.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ class Config extends ConfigurationOption
2828
/**
2929
* @var int
3030
*/
31-
protected $port;
31+
protected $port = 8091;// SSL: 18091
3232

3333
/**
3434
* @var string

0 commit comments

Comments
 (0)