chore: пути репозиториев D:\Soft\Git
This commit is contained in:
@@ -9,8 +9,8 @@
|
|||||||
| Имя в workspace | Путь (пример Windows) | Remote |
|
| Имя в workspace | Путь (пример Windows) | Remote |
|
||||||
|-----------------|----------------------|--------|
|
|-----------------|----------------------|--------|
|
||||||
| `ssh-monitor` | `D:\Soft\Git\ssh-monitor` | git.kalinamall.ru |
|
| `ssh-monitor` | `D:\Soft\Git\ssh-monitor` | git.kalinamall.ru |
|
||||||
| `rdp-monitor` | `C:\Users\...\RDP-login-monitor` | git.kalinamall.ru |
|
| `rdp-monitor` | `D:\Soft\Git\RDP-login-monitor` | git.kalinamall.ru |
|
||||||
| `security-alert-center` | `C:\Users\papatramp\Projects\security-alert-center` | TBD |
|
| `security-alert-center` | `D:\Soft\Git\security-alert-center` | git.kalinamall.ru |
|
||||||
|
|
||||||
Пути подставьте свои.
|
Пути подставьте свои.
|
||||||
|
|
||||||
|
|||||||
@@ -1,15 +1,15 @@
|
|||||||
{
|
{
|
||||||
"folders": [
|
"folders": [
|
||||||
{
|
{
|
||||||
"path": "../ssh-monitor",
|
"path": "D:/Soft/Git/ssh-monitor",
|
||||||
"name": "ssh-monitor"
|
"name": "ssh-monitor"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"path": "../../RDP-login-monitor",
|
"path": "D:/Soft/Git/RDP-login-monitor",
|
||||||
"name": "rdp-monitor"
|
"name": "rdp-monitor"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"path": ".",
|
"path": "D:/Soft/Git/security-alert-center",
|
||||||
"name": "security-alert-center"
|
"name": "security-alert-center"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user