forked from wangqifan/calc
222
This commit is contained in:
parent
10453f6454
commit
764491f154
5
.gitignore
vendored
5
.gitignore
vendored
@ -7,11 +7,6 @@ disk/
|
|||||||
# 常见的需要忽略的文件
|
# 常见的需要忽略的文件
|
||||||
.DS_Store
|
.DS_Store
|
||||||
node_modules/
|
node_modules/
|
||||||
.env
|
|
||||||
.env.local
|
|
||||||
.env.development.local
|
|
||||||
.env.test.local
|
|
||||||
.env.production.local
|
|
||||||
npm-debug.log*
|
npm-debug.log*
|
||||||
yarn-debug.log*
|
yarn-debug.log*
|
||||||
yarn-error.log*
|
yarn-error.log*
|
||||||
|
|||||||
3
backend/.env
Normal file
3
backend/.env
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
AWS_ACCESS_KEY_ID=AKIAVIOZF67K6HNCUJ5Y
|
||||||
|
AWS_SECRET_ACCESS_KEY=BQjaaHNm5skCN/3k3r/uNdEG9xb49are+hv5fajK
|
||||||
|
AWS_DEFAULT_REGION=us-east-1
|
||||||
Loading…
x
Reference in New Issue
Block a user