Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,6 @@ CBRIDGE__AUTH__TOKEN_VALIDITY=300s
# CBRIDGE__AUTH__ALLOW_UNAUTHENTICATED=true
CBRIDGE__AUTH__CLIENT_ID=YOUR_GITHUB_CLIENT_ID
CBRIDGE__AUTH__PEM_PATH=/app/data/YOUR_PEM_FILE.pem

# Git
CBRIDGE__GIT__REPO_PATH=/app/data/git_repo
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,6 @@
*.pem
.env
/docker-compose.yaml

# Process artifacts
/git_repo
Loading
Loading