mirror of
https://github.com/akpaevj/register-standalone-server.git
synced 2024-11-24 08:02:24 +02:00
а
This commit is contained in:
parent
ce261b5dd0
commit
72642c916e
@ -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
|
@ -1,5 +1,6 @@
|
||||
#Requires -RunAsAdministrator
|
||||
Import-Module powershell-yaml
|
||||
Import-Module SQLServer
|
||||
|
||||
$config = $args[0]
|
||||
$bakPath = $args[1]
|
||||
|
Loading…
Reference in New Issue
Block a user