object AppServerModule: TAppServerModule Height = 173 Width = 218 object SparkleHttpSysDispatcher: TSparkleHttpSysDispatcher Left = 88 Top = 16 end object SparkleStaticServer: TSparkleStaticServer BaseUrl = 'http://localhost:2004/emsys/envoy/app/' Dispatcher = SparkleHttpSysDispatcher Left = 88 Top = 88 object SparkleStaticServerCompress: TSparkleCompressMiddleware end object SparkleStaticServerLogging: TSparkleLoggingMiddleware FormatString = ':method :url :statuscode - :responsetime ms' ExceptionFormatString = '(%1:s: %4:s) %0:s - %2:s' ErrorResponseOptions.ErrorCode = 'ServerError' ErrorResponseOptions.ErrorMessageFormat = 'Internal server error: %4:s' end end end