Skip to content

Commit

Permalink
feat: update .env.example
Browse files Browse the repository at this point in the history
  • Loading branch information
Allen Zhang (张涛) committed Feb 20, 2024
1 parent 54ec118 commit cafb3ee
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .env.example
Original file line number Diff line number Diff line change
@@ -1,19 +1,10 @@
#-----------------------System Config------------------------------#
SYSTEM_QUESTION_LINK=https://github.com/canyon-project/canyon

#-----------------------Backend Config------------------------------#
# Prisma Config
DATABASE_URL=postgress://canyon:canyon@localhost:5432/canyon

# Gitlab Config
GITLAB_URL="***"
GITLAB_CLIENT_ID="***"
GITLAB_CLIENT_SECRET="***"
COVERAGE_DATA_URL=http://s3.xxx
REDIRECT_URI=http://localhost:3000/login

APP_URI=http://localhost:3000
UPLOAD_URL=http://localhost:3000


PRIVATE_TOKEN=***

0 comments on commit cafb3ee

Please sign in to comment.