Skip to content

Commit

Permalink
fix: clear token secret in env file
Browse files Browse the repository at this point in the history
  • Loading branch information
huanghanzhilian committed Mar 23, 2024
1 parent 1588741 commit 635f34e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .env
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
BASE_URL=http://localhost:3000
MONGODB_URL=mongodb://localhost:27017/choiceshop
NEXT_PUBLIC_ACCESS_TOKEN_SECRET=h1n0U6LHJtCZuWitwjn3oLd5qCRIgUFtemnjTrpfZLzVZ3ff0f

NEXT_PUBLIC_ACCESS_TOKEN_SECRET=<your token secret>

NEXT_PUBLIC_ALI_REGION=<your ali endpoint>
NEXT_PUBLIC_ALI_BUCKET_NAME=<your ali bucket name>
Expand Down

0 comments on commit 635f34e

Please sign in to comment.