chore(env): add local .env.local (auth + SMS keys) for team sharing
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 5m6s
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 5m6s
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
parent
6759d6a689
commit
f6177fc542
14
.env.local
Normal file
14
.env.local
Normal file
@ -0,0 +1,14 @@
|
||||
# 本地开发环境变量(已被 .gitignore 忽略)
|
||||
AUTH_SECRET=9GhMXqoAASnh9qySSrkuZ14Cdi2BbyMPNwZeF3OSL/4=
|
||||
AUTH_URL=http://localhost:3000
|
||||
AUTH_TRUST_HOST=true
|
||||
|
||||
# 火山 TOS 静态资源前缀(不含末尾斜杠)
|
||||
NEXT_PUBLIC_TOS_DOMAIN=https://cyber-star.tos-cn-shanghai.volces.com
|
||||
|
||||
# 阿里云短信(dysmsapi.aliyuncs.com)
|
||||
SMS_SIGN_NAME=广州气元科技
|
||||
SMS_TEMPLATE_CODE=SMS_506210397
|
||||
SMS_ACCESS_KEY=LTAI5t7jGzFH4ExkJ9TSmQyd
|
||||
SMS_SECRET_KEY=u0d3OyTWe9BjnNjK81bvEElky4xcHk
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user