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
MONGODB_URI=[YOUR_MONGO_DB_URL] | |
GITLAB_HOST=[YOUR_GITLABHOST_URL] | |
GITLAB_PROJECT_ID=[YOUR_GITLAB_PROJECT_ID] | |
GITLAB_BRANCH=[YOUR_GITLAB_BRANCH] | |
GITLAB_PERSONAL_ACCESS_TOKEN=[YOUR_GITLAB_TOKEN] | |
TINA_PUBLIC_IS_LOCAL=false | |
# _optionally_ Use Tina Cloud for user authentication | |
#NEXT_PUBLIC_TINA_CLIENT_ID=*** |