69 Star 283 Fork 86

brookshi / Hitchhiker

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
appconfig.json 1.74 KB
一键复制 编辑 原始数据 按行查看 历史
{
"app": {
"env": "DEV",
"host": "http://localhost:3000/",
"port": 8080,
"api": "http://localhost:81/api/",
"language": "en",
"encryptKey": "hitchhikerapi",
"defaultPassword": "123456",
"encryptPassword": false,
"tempUser": "test@test.test",
"tempDelKey": "test",
"sync": false,
"syncInterval": 30,
"defaultHeaders": [
"Accept:*/*",
"User-Agent:Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36",
"Cache-Control:no-cache"
],
"requestTimeout": 1800000,
"scriptTimeout": 60000,
"safeVM": false,
"enableUpload": true,
"inviteMemberDirectly": true
},
"db": {
"host": "localhost",
"port": 3306,
"username": "root",
"password": "hitchhiker888",
"database": "hitchhiker"
},
"schedule": {
"duration": 60,
"storeUnit": "count",
"storeLimit": 50,
"storeContent": "forFail",
"pageSize": 20,
"mailOnlyForFail": true
},
"stress": {
"type": "node",
"storeMaxCount": 5,
"stressPort": 11010,
"stressUpdateInterval": 1000
},
"user": {
"registerMailConfirm": false
},
"mail": {
"host": "http://email.hitchhiker-api.com/api/mail/",
"customType": "none",
"customApi": "http://",
"smtp": {
"host": "smtp.qq.com",
"port": 465,
"tls": true,
"user": "***@qq.com",
"pass": "****",
"from": "",
"nickname": "",
"rejectUnauthorized": false
}
}
}
TypeScript
1
https://gitee.com/iwxiaot/Hitchhiker.git
git@gitee.com:iwxiaot/Hitchhiker.git
iwxiaot
Hitchhiker
Hitchhiker
master

搜索帮助