mirror of
https://github.com/MAKS-IT-COM/maksit-certs-ui.git
synced 2025-12-31 04:00:03 +01:00
new customer included
This commit is contained in:
parent
38e797cb7b
commit
6a5d12d5a9
25
v2.0/.vscode/launch.json
vendored
Normal file
25
v2.0/.vscode/launch.json
vendored
Normal file
@ -0,0 +1,25 @@
|
||||
{
|
||||
// Use IntelliSense to learn about possible attributes.
|
||||
// Hover to view descriptions of existing attributes.
|
||||
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
|
||||
"version": "0.2.0",
|
||||
"configurations": [
|
||||
{
|
||||
"name": ".NET Core Launch (console)",
|
||||
"type": "coreclr",
|
||||
"request": "launch",
|
||||
"preLaunchTask": "build",
|
||||
"program": "${workspaceFolder}/LetsEncrypt/bin/Debug/netcoreapp3.1/LetsEncrypt.dll",
|
||||
"args": [],
|
||||
"cwd": "${workspaceFolder}/LetsEncrypt",
|
||||
"console": "internalConsole",
|
||||
"stopAtEntry": false
|
||||
},
|
||||
{
|
||||
"name": ".NET Core Attach",
|
||||
"type": "coreclr",
|
||||
"request": "attach",
|
||||
"processId": "${command:pickProcess}"
|
||||
}
|
||||
]
|
||||
}
|
||||
42
v2.0/.vscode/tasks.json
vendored
Normal file
42
v2.0/.vscode/tasks.json
vendored
Normal file
@ -0,0 +1,42 @@
|
||||
{
|
||||
"version": "2.0.0",
|
||||
"tasks": [
|
||||
{
|
||||
"label": "build",
|
||||
"command": "dotnet",
|
||||
"type": "process",
|
||||
"args": [
|
||||
"build",
|
||||
"${workspaceFolder}/LetsEncrypt/LetsEncrypt.csproj",
|
||||
"/property:GenerateFullPaths=true",
|
||||
"/consoleloggerparameters:NoSummary"
|
||||
],
|
||||
"problemMatcher": "$msCompile"
|
||||
},
|
||||
{
|
||||
"label": "publish",
|
||||
"command": "dotnet",
|
||||
"type": "process",
|
||||
"args": [
|
||||
"publish",
|
||||
"${workspaceFolder}/LetsEncrypt/LetsEncrypt.csproj",
|
||||
"/property:GenerateFullPaths=true",
|
||||
"/consoleloggerparameters:NoSummary"
|
||||
],
|
||||
"problemMatcher": "$msCompile"
|
||||
},
|
||||
{
|
||||
"label": "watch",
|
||||
"command": "dotnet",
|
||||
"type": "process",
|
||||
"args": [
|
||||
"watch",
|
||||
"run",
|
||||
"${workspaceFolder}/LetsEncrypt/LetsEncrypt.csproj",
|
||||
"/property:GenerateFullPaths=true",
|
||||
"/consoleloggerparameters:NoSummary"
|
||||
],
|
||||
"problemMatcher": "$msCompile"
|
||||
}
|
||||
]
|
||||
}
|
||||
@ -1,7 +1,7 @@
|
||||
{
|
||||
"AppSettings": {
|
||||
|
||||
"active": "StagingV2",
|
||||
"active": "ProductionV2",
|
||||
|
||||
"environments": [
|
||||
{
|
||||
@ -27,7 +27,7 @@
|
||||
"customers": [
|
||||
{
|
||||
"id": "9b4c8584-dc83-4388-b45f-2942e34dca9d",
|
||||
"contacts": [ "maksym.sadovnychyy@google.com" ],
|
||||
"contacts": [ "maksym.sadovnychyy@gmail.com" ],
|
||||
"name": "Maksym",
|
||||
"lastname": "Sadovnychyy",
|
||||
|
||||
@ -44,38 +44,33 @@
|
||||
"api.maks-it.com",
|
||||
"www.api.maks-it.com",
|
||||
"dev.maks-it.com",
|
||||
"www.dev.maks-it.com",
|
||||
|
||||
"cleaningacademy.maks-it.com",
|
||||
"www.cleaningacademy.maks-it.com"
|
||||
"www.dev.maks-it.com"
|
||||
],
|
||||
"challenge": "http-01"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "d6be989c-3b68-480d-9f4f-b7317674847a",
|
||||
"contacts": [ "anastasiia.pavlovskaia@gmail.com" ],
|
||||
|
||||
"name": "Anastasiia",
|
||||
"lastname": "Pavlovskaia",
|
||||
"id": "341ebe34-e2b3-4645-9f54-aa4fe8eb0250",
|
||||
"contacts": [ "maksym.sadovnychyy@gmail.com" ],
|
||||
"name": "Maksym",
|
||||
"lastname": "Sadovnychyy",
|
||||
|
||||
"sites": [
|
||||
{
|
||||
|
||||
"name": "nastyarey.com",
|
||||
"name": "aerusitalia.it",
|
||||
"hosts": [
|
||||
"nastyarey.com",
|
||||
"www.nastyarey.com",
|
||||
"it.nastyarey.com",
|
||||
"www.it.nastyarey.com",
|
||||
"ru.nastyarey.com",
|
||||
"www.ru.nastyarey.com"
|
||||
"aerusitalia.it",
|
||||
"www.aerusitalia.it"
|
||||
],
|
||||
"challenge": "http-01"
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
|
||||
"_customers": [
|
||||
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user