1
0
mirror of https://github.com/akpaevj/register-standalone-server.git synced 2024-11-24 08:02:24 +02:00
This commit is contained in:
akpaevj 2023-12-04 11:06:34 +03:00
parent ce261b5dd0
commit 72642c916e
2 changed files with 9 additions and 1 deletions

View File

@ -19,7 +19,14 @@ http:
service:
name: MobileApi
root: mobileapi
gates:
ssh:
default:
address: any
port: 8282
host-key: auto
debug:
type: http
features:
http-gate: allow
http-gate: allow
ssh-gate: allow

View File

@ -1,5 +1,6 @@
#Requires -RunAsAdministrator
Import-Module powershell-yaml
Import-Module SQLServer
$config = $args[0]
$bakPath = $args[1]