summaryrefslogtreecommitdiff
path: root/Properties/launchSettings.json
blob: 64c63b28e224350a91d6e12bfff4c54373f779ed (plain)
1
2
3
4
5
6
7
8
9
10
{
  "profiles": {
    "PowerShell": {
      "commandName": "Executable",
      "executablePath": "C:\\Program Files\\PowerShell\\7\\pwsh.exe",
      "commandLineArgs": "-NoExit -Command \"Import-Module '.\\HyperBooru.PowerShell.dll'; cd ~;$s = Connect-HyperBooruSession -SkipCertificateCheck -BaseUrl 'http://127.0.0.1:7132' -Credential ([PSCredential]::new('admin',(ConvertTo-SecureString -AsPlainText -Force 'admin')))\"",
      "nativeDebugging": false
    }
  }
}