Files
HDCApi/uWinService.dfm
2025-05-21 21:14:32 +02:00

29 lines
745 B
Plaintext

object HDCDZApiService: THDCDZApiService
OnCreate = ServiceCreate
DisplayName = 'HDC DataZone API Server'
ErrorSeverity = esCritical
AfterInstall = ServiceAfterInstall
BeforeUninstall = ServiceBeforeUninstall
AfterUninstall = ServiceAfterUninstall
OnContinue = ServiceContinue
OnExecute = ServiceExecute
OnPause = ServicePause
OnStart = ServiceStart
OnStop = ServiceStop
Height = 149
Width = 250
object sslHandler: TIdServerIOHandlerSSLOpenSSL
SSLOptions.Method = sslvTLSv1_2
SSLOptions.SSLVersions = [sslvTLSv1_2]
SSLOptions.Mode = sslmServer
SSLOptions.VerifyMode = []
SSLOptions.VerifyDepth = 0
Left = 164
Top = 14
end
object FDQuery1: TFDQuery
Left = 26
Top = 14
end
end