rsnext/examples/with-couchbase/.env.local.example
Elliot Scribner 6072afc83a
[examples] Added with-couchbase example (#27184)
This adds a simple `with-couchbase` example app complete with a check for successful connection (in `index.js`).

**Note:** To check the connection, this application runs a simple KV GET operation with a key that does not exist and expects a response of `document not found`. Any other response indicates a failure to connect.

Thank you!
2021-08-24 01:45:25 +00:00

5 lines
93 B
Text

COUCHBASE_USER=
COUCHBASE_PASSWORD=
COUCHBASE_ENDPOINT=
COUCHBASE_BUCKET=
IS_CLOUD_INSTANCE=