初始化项目版本
This commit is contained in:
55
.axhub/make/axhub.config.json
Normal file
55
.axhub/make/axhub.config.json
Normal file
@@ -0,0 +1,55 @@
|
||||
{
|
||||
"server": {
|
||||
"host": "localhost",
|
||||
"allowLAN": true,
|
||||
"lanHost": "192.168.0.102",
|
||||
"enableCommandAPI": false
|
||||
},
|
||||
"projectDefaults": {
|
||||
"defaultTheme": null
|
||||
},
|
||||
"projectInfo": {
|
||||
"description": null
|
||||
},
|
||||
"versionCollaboration": {
|
||||
"remote": {
|
||||
"url": "https://gitea.lnh2e.com/wangmian/OneOS1.2.git"
|
||||
}
|
||||
},
|
||||
"cloudPublishing": {
|
||||
"vercel": {
|
||||
"token": "",
|
||||
"projectName": "",
|
||||
"teamId": ""
|
||||
},
|
||||
"cloudflarePages": {
|
||||
"apiToken": "",
|
||||
"accountId": "",
|
||||
"projectName": "",
|
||||
"productionBranch": "main"
|
||||
},
|
||||
"s3": {
|
||||
"accessKeyId": "LTAI5t9EV2UByZDBcNSgmm2q",
|
||||
"secretAccessKey": "pozhgZ58J0XJ2pqKyM3pY1tZLClata",
|
||||
"region": "cn-hangzhou",
|
||||
"bucket": "model-lnoneos",
|
||||
"prefix": "",
|
||||
"baseUrl": "https://prototype.lnoneos.com/v2",
|
||||
"endpoint": "https://model-lnoneos.oss-cn-hangzhou.aliyuncs.com",
|
||||
"pathAliases": {}
|
||||
},
|
||||
"githubPages": {
|
||||
"repository": "",
|
||||
"branch": "gh-pages",
|
||||
"sourceDirectory": "/",
|
||||
"pathPrefix": ""
|
||||
},
|
||||
"publishSettings": {
|
||||
"includeSource": true,
|
||||
"visibleTargets": [
|
||||
"axhub",
|
||||
"s3"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user