Last active
May 3, 2023 21:34
-
-
Save jcipriano/bb57fb17c9dd40c835cbc64621429b5f to your computer and use it in GitHub Desktop.
couchbase-netlify-template
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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