This commit is contained in:
wangqifan 2025-03-26 15:59:19 +08:00
parent 10453f6454
commit 764491f154
3 changed files with 5 additions and 5 deletions

2
.env Normal file
View File

@ -0,0 +1,2 @@
# API配置
VUE_APP_API_BASE_URL=http://localhost:8000

5
.gitignore vendored
View File

@ -7,11 +7,6 @@ disk/
# 常见的需要忽略的文件
.DS_Store
node_modules/
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
npm-debug.log*
yarn-debug.log*
yarn-error.log*

3
backend/.env Normal file
View File

@ -0,0 +1,3 @@
AWS_ACCESS_KEY_ID=AKIAVIOZF67K6HNCUJ5Y
AWS_SECRET_ACCESS_KEY=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
AWS_DEFAULT_REGION=us-east-1