Files
OneOS1.2/.axhub/make/axhub.config.json

57 lines
1.2 KiB
JSON

{
"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",
"endpoint": "https://model-lnoneos.oss-cn-hangzhou.aliyuncs.com",
"pathAliases": {
"oneos-prototype-nav": "oneos-prototype-nav"
}
},
"githubPages": {
"repository": "",
"branch": "gh-pages",
"sourceDirectory": "/",
"pathPrefix": ""
},
"publishSettings": {
"includeSource": true,
"visibleTargets": [
"axhub",
"s3"
]
}
}
}