This commit is contained in:
parent
ad962e3e15
commit
1dec64c7f0
|
|
@ -0,0 +1,116 @@
|
||||||
|
{
|
||||||
|
"Env": [
|
||||||
|
{
|
||||||
|
"Name": "29dev",
|
||||||
|
"ServerList": [],
|
||||||
|
"LinuxServerList": [
|
||||||
|
{
|
||||||
|
"UserName": "zhjs",
|
||||||
|
"Pwd": "6D560ECD2D45DB9A896DF3175E90F1AE",
|
||||||
|
"Host": "192.168.2.9",
|
||||||
|
"NickName": "2.9",
|
||||||
|
"IIsFireUrl": null,
|
||||||
|
"DockerFireUrl": "",
|
||||||
|
"WindowsServiceFireUrl": null,
|
||||||
|
"LinuxServiceFireUrl": null
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"IgnoreList": [],
|
||||||
|
"WindowsBackUpIgnoreList": []
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"IIsConfig": {
|
||||||
|
"SdkType": null,
|
||||||
|
"WebSiteName": "",
|
||||||
|
"LastEnvName": null,
|
||||||
|
"EnvPairList": [
|
||||||
|
{
|
||||||
|
"EnvName": "29dev",
|
||||||
|
"ConfigName": "",
|
||||||
|
"LinuxEnvParam": null,
|
||||||
|
"DockerPort": null,
|
||||||
|
"DockerEnvName": null,
|
||||||
|
"DockerVolume": null,
|
||||||
|
"DockerOther": null
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"WindowsServiveConfig": {
|
||||||
|
"ServiceName": "",
|
||||||
|
"SdkType": null,
|
||||||
|
"LastEnvName": null,
|
||||||
|
"EnvPairList": [
|
||||||
|
{
|
||||||
|
"EnvName": "29dev",
|
||||||
|
"ConfigName": "",
|
||||||
|
"LinuxEnvParam": null,
|
||||||
|
"DockerPort": null,
|
||||||
|
"DockerEnvName": null,
|
||||||
|
"DockerVolume": null,
|
||||||
|
"DockerOther": null
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"LinuxServiveConfig": {
|
||||||
|
"ServiceName": "",
|
||||||
|
"EnvParam": "",
|
||||||
|
"LastEnvName": null,
|
||||||
|
"EnvPairList": [
|
||||||
|
{
|
||||||
|
"EnvName": "29dev",
|
||||||
|
"ConfigName": "",
|
||||||
|
"LinuxEnvParam": null,
|
||||||
|
"DockerPort": null,
|
||||||
|
"DockerEnvName": null,
|
||||||
|
"DockerVolume": null,
|
||||||
|
"DockerOther": null
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"DockerConfig": {
|
||||||
|
"Prot": "5192:5192",
|
||||||
|
"AspNetCoreEnv": "",
|
||||||
|
"LastEnvName": "29dev",
|
||||||
|
"RemoveDaysFromPublished": "10",
|
||||||
|
"WorkDir": "",
|
||||||
|
"Volume": "",
|
||||||
|
"Other": "--name wgshare-api -e ASPNETCORE_ENVIRONMENT=Development -e TZ=Asia/Shanghai",
|
||||||
|
"EnvPairList": [
|
||||||
|
{
|
||||||
|
"EnvName": "29dev",
|
||||||
|
"ConfigName": null,
|
||||||
|
"LinuxEnvParam": null,
|
||||||
|
"DockerPort": "5192:5192",
|
||||||
|
"DockerEnvName": "",
|
||||||
|
"DockerVolume": "",
|
||||||
|
"DockerOther": "--name wgshare-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
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
@ -6,6 +6,7 @@
|
||||||
<ImplicitUsings>enable</ImplicitUsings>
|
<ImplicitUsings>enable</ImplicitUsings>
|
||||||
<GenerateDocumentationFile>True</GenerateDocumentationFile>
|
<GenerateDocumentationFile>True</GenerateDocumentationFile>
|
||||||
<DocumentationFile>WGShare.API.xml</DocumentationFile>
|
<DocumentationFile>WGShare.API.xml</DocumentationFile>
|
||||||
|
<ErrorOnDuplicatePublishOutputFiles>false</ErrorOnDuplicatePublishOutputFiles>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue