From 669638765bde180b50d6a9c9ecce0979da591c69 Mon Sep 17 00:00:00 2001 From: youngq Date: Wed, 20 Nov 2024 13:47:06 +0800 Subject: [PATCH] 1 --- AI.Api/AntDeploy.json | 161 +++++++++++++++++++++++ AI.Api/Controllers/QuestLogController.cs | 2 +- 2 files changed, 162 insertions(+), 1 deletion(-) create mode 100644 AI.Api/AntDeploy.json diff --git a/AI.Api/AntDeploy.json b/AI.Api/AntDeploy.json new file mode 100644 index 0000000..4866778 --- /dev/null +++ b/AI.Api/AntDeploy.json @@ -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 + } +} \ No newline at end of file diff --git a/AI.Api/Controllers/QuestLogController.cs b/AI.Api/Controllers/QuestLogController.cs index 74466dd..09de724 100644 --- a/AI.Api/Controllers/QuestLogController.cs +++ b/AI.Api/Controllers/QuestLogController.cs @@ -25,4 +25,4 @@ namespace AI.Api.Controllers return await _questionLogService.RecordAsync(entity); } } -} +} \ No newline at end of file