From cafb3eedfb9865052110765278ad1ad6a644796c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Allen=20Zhang=20=28=E5=BC=A0=E6=B6=9B=29?= Date: Tue, 20 Feb 2024 19:43:50 +0800 Subject: [PATCH] feat: update .env.example --- .env.example | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.env.example b/.env.example index 26bc4823..4057de09 100755 --- a/.env.example +++ b/.env.example @@ -1,7 +1,3 @@ -#-----------------------System Config------------------------------# -SYSTEM_QUESTION_LINK=https://github.com/canyon-project/canyon - -#-----------------------Backend Config------------------------------# # Prisma Config DATABASE_URL=postgress://canyon:canyon@localhost:5432/canyon @@ -9,11 +5,6 @@ DATABASE_URL=postgress://canyon:canyon@localhost:5432/canyon 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=***