This commit is contained in:
youngq 2024-11-20 13:47:06 +08:00
parent 919c295b13
commit 669638765b
2 changed files with 162 additions and 1 deletions

161
AI.Api/AntDeploy.json Normal file
View File

@ -0,0 +1,161 @@
{
"Env": [
{
"Name": "2.9",
"ServerList": [],
"LinuxServerList": [
{
"UserName": "zhjs",
"Pwd": "6D560ECD2D45DB9A896DF3175E90F1AE",
"Host": "192.168.2.9",
"NickName": "2.9",
"IIsFireUrl": null,
"DockerFireUrl": "",
"WindowsServiceFireUrl": null,
"LinuxServiceFireUrl": null
}
],
"IgnoreList": [],
"WindowsBackUpIgnoreList": []
},
{
"Name": "marking",
"ServerList": [],
"LinuxServerList": [
{
"UserName": "marking",
"Pwd": "0610DBF49053E6779393A74BE1ED4FD2",
"Host": "47.109.67.254",
"NickName": "marking",
"IIsFireUrl": null,
"DockerFireUrl": "",
"WindowsServiceFireUrl": null,
"LinuxServiceFireUrl": null
}
],
"IgnoreList": [],
"WindowsBackUpIgnoreList": []
}
],
"IIsConfig": {
"SdkType": null,
"WebSiteName": "",
"LastEnvName": null,
"EnvPairList": [
{
"EnvName": "2.9",
"ConfigName": "",
"LinuxEnvParam": null,
"DockerPort": null,
"DockerEnvName": null,
"DockerVolume": null,
"DockerOther": null
},
{
"EnvName": "marking",
"ConfigName": "",
"LinuxEnvParam": null,
"DockerPort": null,
"DockerEnvName": null,
"DockerVolume": null,
"DockerOther": null
}
]
},
"WindowsServiveConfig": {
"ServiceName": "",
"SdkType": null,
"LastEnvName": null,
"EnvPairList": [
{
"EnvName": "2.9",
"ConfigName": "",
"LinuxEnvParam": null,
"DockerPort": null,
"DockerEnvName": null,
"DockerVolume": null,
"DockerOther": null
},
{
"EnvName": "marking",
"ConfigName": "",
"LinuxEnvParam": null,
"DockerPort": null,
"DockerEnvName": null,
"DockerVolume": null,
"DockerOther": null
}
]
},
"LinuxServiveConfig": {
"ServiceName": "",
"EnvParam": "",
"LastEnvName": null,
"EnvPairList": [
{
"EnvName": "2.9",
"ConfigName": "",
"LinuxEnvParam": null,
"DockerPort": null,
"DockerEnvName": null,
"DockerVolume": null,
"DockerOther": null
},
{
"EnvName": "marking",
"ConfigName": "",
"LinuxEnvParam": null,
"DockerPort": null,
"DockerEnvName": null,
"DockerVolume": null,
"DockerOther": null
}
]
},
"DockerConfig": {
"Prot": "5108:5108",
"AspNetCoreEnv": "",
"LastEnvName": "2.9",
"RemoveDaysFromPublished": "10",
"WorkDir": "",
"Volume": "",
"Other": "--name walle-api -e ASPNETCORE_ENVIRONMENT=Development -e TZ=Asia/Shanghai",
"EnvPairList": [
{
"EnvName": "2.9",
"ConfigName": null,
"LinuxEnvParam": null,
"DockerPort": "5108:5108",
"DockerEnvName": "",
"DockerVolume": "",
"DockerOther": "--name walle-api -e ASPNETCORE_ENVIRONMENT=Development -e TZ=Asia/Shanghai"
}
]
},
"DockerImageConfig": {
"BaseHttpProxy": "",
"BaseImage": "",
"BaseImageCredential": {
"UserName": "",
"Password": ""
},
"TargetImage": "",
"TargetHttpProxy": "",
"TargetTags": [
""
],
"TargetImageCredential": {
"UserName": "",
"Password": ""
},
"ImageFormat": "Docker",
"Entrypoint": [
""
],
"Cmd": [
""
],
"IgnoreList": [],
"SkipExistingImages": false
}
}

View File

@ -25,4 +25,4 @@ namespace AI.Api.Controllers
return await _questionLogService.RecordAsync(entity); return await _questionLogService.RecordAsync(entity);
} }
} }
} }