16 lines
561 B
PowerShell
16 lines
561 B
PowerShell
|
|
@{
|
||
|
|
# =========================
|
||
|
|
# SSH configuration
|
||
|
|
# =========================
|
||
|
|
SshExe = "C:\Windows\System32\OpenSSH\ssh.exe"
|
||
|
|
AskPassExe = "C:\Program Files\Microsoft Visual Studio\2022\Community\Common7\IDE\CommonExtensions\Microsoft\TeamFoundation\Team Explorer\Git\mingw64\bin\git-askpass.exe"
|
||
|
|
HostAlias = "alamaison"
|
||
|
|
LocalPort = 33333
|
||
|
|
|
||
|
|
# =========================
|
||
|
|
# Browser configuration
|
||
|
|
# =========================
|
||
|
|
BrowserExe = "C:\Program Files\Mozilla Firefox\firefox.exe"
|
||
|
|
BrowserProcessName = "firefox"
|
||
|
|
|
||
|
|
}
|