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 04ec737 commit 7ad3e32Copy full SHA for 7ad3e32
bin/ci/scripts/install_couchbase.sh
@@ -72,6 +72,7 @@ echo "# 4) Setting up the bucket"
72
curl -i "http://127.0.0.1:8091/pools/default/buckets" \
73
-d name=phpfastcache \
74
-d ramQuotaMB=256 \
75
+ -d flushEnabled=1 \
76
-u ${USERNAME}:${PASSWORD} \
77
78
0 commit comments