forked from wangqifan/calc
Merge branch 'main' of http://47.99.201.80:3000/wangqifan/calc
This commit is contained in:
commit
61c80c80c0
5
.gitignore
vendored
5
.gitignore
vendored
@ -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
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
|
||||
@ -1,2 +1,2 @@
|
||||
# 生产环境API配置
|
||||
VUE_APP_API_BASE_URL=http://127.0.0.1:8000
|
||||
VUE_APP_API_BASE_URL=http://calc.buddyscloud.com:8000
|
||||
Binary file not shown.
@ -431,8 +431,8 @@
|
||||
region: 'us-east-1',
|
||||
disk_type: 'gp3',
|
||||
operating_system: 'Linux', // 默认Linux
|
||||
monthly_discount: 0.8, // 默认80%,即8折
|
||||
yearly_discount: 0.6 // 默认60%,即6折
|
||||
monthly_discount: 0.95, // 默认80%,即8折
|
||||
yearly_discount: 0.85 // 默认60%,即6折
|
||||
},
|
||||
regions: [],
|
||||
searchResults: [],
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user