Fix typos in yaml example

pull/1096/head
Nicolás Hermosilla 2024-09-14 00:53:52 -03:00 committed by GitHub
parent acfe800e18
commit 49bec9a543
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 4 deletions

View File

@ -2,7 +2,7 @@ id: myapp
name: MyApp Service (powered by WinSW) name: MyApp Service (powered by WinSW)
description: This service is a service created from a sample configuration description: This service is a service created from a sample configuration
executable: java executable: java
#serviceaccount: #serviceAccount:
# domain: YOURDOMAIN # domain: YOURDOMAIN
# user: useraccount # user: useraccount
# password: Pa55w0rd # password: Pa55w0rd
@ -23,7 +23,7 @@ executable: java
# c:\cygwin\home\kohsuke\ws\hello-world\out\production\hello-world # c:\cygwin\home\kohsuke\ws\hello-world\out\production\hello-world
# test.Main # test.Main
#startArguments: start arguments #startArguments: start arguments
#workingdirectory: C:\myApp\work #workingDirectory: C:\myApp\work
priority: Normal priority: Normal
stopTimeout: 15 sec stopTimeout: 15 sec
stopParentProcessFirst: true stopParentProcessFirst: true
@ -38,7 +38,7 @@ waitHint: 15 sec
sleepTime: 1 sec sleepTime: 1 sec
#interactive: true #interactive: true
log: log:
# logpath: '%BASE%\logs' # logPath: '%BASE%\logs'
mode: append mode: append
#env: #env:
# - # -
@ -72,4 +72,4 @@ log:
# from: "https://example.com/some.dat" # from: "https://example.com/some.dat"
# to: '%BASE%\some.dat' # to: '%BASE%\some.dat'
# auth: sspi # auth: sspi
#beepOnShutdown: true #beepOnShutdown: true