From 764491f154822f50efa7a62b024c2c5d0f7c500d Mon Sep 17 00:00:00 2001 From: wangqifan Date: Wed, 26 Mar 2025 15:59:19 +0800 Subject: [PATCH] 222 --- .env | 2 ++ .gitignore | 5 ----- backend/.env | 3 +++ 3 files changed, 5 insertions(+), 5 deletions(-) create mode 100644 .env create mode 100644 backend/.env diff --git a/.env b/.env new file mode 100644 index 0000000..ac7621c --- /dev/null +++ b/.env @@ -0,0 +1,2 @@ +# API配置 +VUE_APP_API_BASE_URL=http://localhost:8000 \ No newline at end of file diff --git a/.gitignore b/.gitignore index 63ca652..49b6b5c 100644 --- a/.gitignore +++ b/.gitignore @@ -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* diff --git a/backend/.env b/backend/.env new file mode 100644 index 0000000..c2c347a --- /dev/null +++ b/backend/.env @@ -0,0 +1,3 @@ +AWS_ACCESS_KEY_ID=AKIAVIOZF67K6HNCUJ5Y +AWS_SECRET_ACCESS_KEY=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 +AWS_DEFAULT_REGION=us-east-1 \ No newline at end of file