-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathunit1.dfm.backup
More file actions
38 lines (38 loc) · 987 Bytes
/
unit1.dfm.backup
File metadata and controls
38 lines (38 loc) · 987 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
object ServerContainer: TServerContainer
OldCreateOrder = False
OnCreate = DataModuleCreate
Height = 210
Width = 431
object XDataServer: TXDataServer
BaseUrl = 'http://+:2001/tms/xdata'
Dispatcher = SparkleHttpSysDispatcher
Pool = XDataConnectionPool
UnknownMemberHandling = Error
EntitySetPermissions = <>
SwaggerOptions.Enabled = True
SwaggerUIOptions.Enabled = True
SwaggerUIOptions.ShowFilter = True
SwaggerUIOptions.DocExpansion = Full
Left = 216
Top = 16
object XDataServerCORS: TSparkleCorsMiddleware
Origin = '*'
end
object XDataServerCompress: TSparkleCompressMiddleware
end
end
object XDataConnectionPool: TXDataConnectionPool
Connection = AureliusConnection
Left = 216
Top = 72
end
object AureliusConnection: TAureliusConnection
Left = 216
Top = 128
end
object SparkleHttpSysDispatcher: TSparkleHttpSysDispatcher
Active = True
Left = 64
Top = 64
end
end