Skip to content

Instantly share code, notes, and snippets.

@jcipriano
Last active May 3, 2023 21:34
Show Gist options
  • Save jcipriano/bb57fb17c9dd40c835cbc64621429b5f to your computer and use it in GitHub Desktop.
Save jcipriano/bb57fb17c9dd40c835cbc64621429b5f to your computer and use it in GitHub Desktop.
couchbase-netlify-template
[build]
command = "npm i --verbose && strip --strip-debug ./node_modules/couchbase/build/Release/couchbase_impl.node"
publish = "."
[template.environment]
COUCHBASE_USERNAME = "COUCHBASE_USERNAME"
COUCHBASE_PASSWORD = "COUCHBASE_PASSWORD"
COUCHBASE_ENDPOINT = "COUCHBASE_ENDPOINT"
COUCHBASE_BUCKET = "COUCHBASE_BUCKET"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment