File tree Expand file tree Collapse file tree 2 files changed +18
-0
lines changed
modules/test/scripts/init-couchbase Expand file tree Collapse file tree 2 files changed +18
-0
lines changed Original file line number Diff line number Diff line change 11#! /bin/bash
22
3+ # ===============================================
4+ # NOTE: Any changes made to this file will not be
5+ # automatically reflected in `make cb-start` as
6+ # the Makefile does not use the mounted version
7+ # of this file in the Docker image. You will need
8+ # to rebuild the image via `make cb-build` before
9+ # running `make cb-start`.
10+ # ===============================================
11+
312# exit immediately if a command fails or if there are unset vars
413set -euo pipefail
514
Original file line number Diff line number Diff line change 11#! /bin/bash
22
3+ # ===============================================
4+ # NOTE: Any changes made to this file will not be
5+ # automatically reflected in `make cb-start` as
6+ # the Makefile does not use the mounted version
7+ # of this file in the Docker image. You will need
8+ # to rebuild the image via `make cb-build` before
9+ # running `make cb-start`.
10+ # ===============================================
11+
312CB_USER=" ${CB_USER:- Administrator} "
413CB_PSWD=" ${CB_PSWD:- password} "
514CB_HOST=" ${CB_HOST:- 127.0.0.1} "
You can’t perform that action at this time.
0 commit comments