Commit 2240dc72 by Mac Stephens

updated port, added fast mm4, deployed

parent 051ba5f5
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
<ProjectVersion>20.2</ProjectVersion> <ProjectVersion>20.2</ProjectVersion>
<FrameworkType>VCL</FrameworkType> <FrameworkType>VCL</FrameworkType>
<Base>True</Base> <Base>True</Base>
<Config Condition="'$(Config)'==''">Debug</Config> <Config Condition="'$(Config)'==''">Release</Config>
<Platform Condition="'$(Platform)'==''">Win32</Platform> <Platform Condition="'$(Platform)'==''">Win32</Platform>
<TargetedPlatforms>3</TargetedPlatforms> <TargetedPlatforms>3</TargetedPlatforms>
<AppType>Application</AppType> <AppType>Application</AppType>
...@@ -119,6 +119,10 @@ ...@@ -119,6 +119,10 @@
</PropertyGroup> </PropertyGroup>
<PropertyGroup Condition="'$(Cfg_2_Win32)'!=''"> <PropertyGroup Condition="'$(Cfg_2_Win32)'!=''">
<AppDPIAwarenessMode>PerMonitorV2</AppDPIAwarenessMode> <AppDPIAwarenessMode>PerMonitorV2</AppDPIAwarenessMode>
<VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
<VerInfo_Locale>1033</VerInfo_Locale>
<DCC_UnitSearchPath>C:\RADTools\FastMM4;$(DCC_UnitSearchPath)</DCC_UnitSearchPath>
<DCC_ExeOutput>bin</DCC_ExeOutput>
</PropertyGroup> </PropertyGroup>
<PropertyGroup Condition="'$(Cfg_2_Win64)'!=''"> <PropertyGroup Condition="'$(Cfg_2_Win64)'!=''">
<AppDPIAwarenessMode>PerMonitorV2</AppDPIAwarenessMode> <AppDPIAwarenessMode>PerMonitorV2</AppDPIAwarenessMode>
......
...@@ -3,12 +3,9 @@ object ApiDatabase: TApiDatabase ...@@ -3,12 +3,9 @@ object ApiDatabase: TApiDatabase
Width = 444 Width = 444
object ucBooking: TUniConnection object ucBooking: TUniConnection
ProviderName = 'PostgreSQL' ProviderName = 'PostgreSQL'
Username = 'admin'
Server = 'w11db03'
LoginPrompt = False LoginPrompt = False
Left = 41 Left = 41
Top = 63 Top = 63
EncryptedPassword = '8FFF90FF8CFF8BFF98FF8DFF9AFFACFFAEFFB3FF'
end end
object PostgreSQLUniProvider1: TPostgreSQLUniProvider object PostgreSQLUniProvider1: TPostgreSQLUniProvider
Left = 156 Left = 156
......
object ApiServerModule: TApiServerModule object ApiServerModule: TApiServerModule
Height = 210 Height = 179
Width = 431 Width = 190
object SparkleHttpSysDispatcher: TSparkleHttpSysDispatcher object SparkleHttpSysDispatcher: TSparkleHttpSysDispatcher
Left = 72 Left = 72
Top = 16 Top = 16
...@@ -13,8 +13,8 @@ object ApiServerModule: TApiServerModule ...@@ -13,8 +13,8 @@ object ApiServerModule: TApiServerModule
SwaggerUIOptions.Enabled = True SwaggerUIOptions.Enabled = True
SwaggerUIOptions.ShowFilter = True SwaggerUIOptions.ShowFilter = True
SwaggerUIOptions.TryItOutEnabled = True SwaggerUIOptions.TryItOutEnabled = True
Left = 216 Left = 72
Top = 16 Top = 90
object XDataServerCompress: TSparkleCompressMiddleware object XDataServerCompress: TSparkleCompressMiddleware
end end
object XDataServerCORS: TSparkleCorsMiddleware object XDataServerCORS: TSparkleCorsMiddleware
......
...@@ -6,7 +6,7 @@ unit Common.Config; ...@@ -6,7 +6,7 @@ unit Common.Config;
interface interface
const const
defaultServerUrl = 'http://localhost:2004/website/'; defaultServerUrl = 'http://localhost:2002/website/';
type type
TServerConfig = class TServerConfig = class
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment