rsnext/examples/with-tigris/.env.local.example

14 lines
517 B
Text

# Enter your tigris uri, ex :- localhost:8081, api.preview.tigrisdata.cloud etc.
TIGRIS_URI=
# Name of your project
TIGRIS_PROJECT=
# Client credentials, if using auth, can be generated from Tigris cloud console.
# See: https://docs.tigrisdata.com/auth
TIGRIS_CLIENT_ID=
TIGRIS_CLIENT_SECRET=
# Optionally specify a database branch, ex :- "staging" or "${VERCEL_GIT_COMMIT_REF}" to dynamically
# create branches for preview deployments (database branch name will match the branch name on github)
TIGRIS_DB_BRANCH=