Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
EMSystemsWeb
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Mac Stephens
EMSystemsWeb
Commits
2240dc72
Commit
2240dc72
authored
Apr 14, 2025
by
Mac Stephens
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
updated port, added fast mm4, deployed
parent
051ba5f5
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
10 additions
and
9 deletions
+10
-9
emSystemsWebServer.dproj
emSystemsWebServer/emSystemsWebServer.dproj
+5
-1
Api.Database.dfm
emSystemsWebServer/source/Api.Database.dfm
+0
-3
Api.Server.Module.dfm
emSystemsWebServer/source/Api.Server.Module.dfm
+4
-4
Common.Config.pas
emSystemsWebServer/source/Common.Config.pas
+1
-1
No files found.
emSystemsWebServer/emSystemsWebServer.dproj
View file @
2240dc72
...
...
@@ -4,7 +4,7 @@
<ProjectVersion>20.2</ProjectVersion>
<FrameworkType>VCL</FrameworkType>
<Base>True</Base>
<Config Condition="'$(Config)'==''">
Debug
</Config>
<Config Condition="'$(Config)'==''">
Release
</Config>
<Platform Condition="'$(Platform)'==''">Win32</Platform>
<TargetedPlatforms>3</TargetedPlatforms>
<AppType>Application</AppType>
...
...
@@ -119,6 +119,10 @@
</PropertyGroup>
<PropertyGroup Condition="'$(Cfg_2_Win32)'!=''">
<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 Condition="'$(Cfg_2_Win64)'!=''">
<AppDPIAwarenessMode>PerMonitorV2</AppDPIAwarenessMode>
...
...
emSystemsWebServer/source/Api.Database.dfm
View file @
2240dc72
...
...
@@ -3,12 +3,9 @@ object ApiDatabase: TApiDatabase
Width = 444
object ucBooking: TUniConnection
ProviderName = 'PostgreSQL'
Username = 'admin'
Server = 'w11db03'
LoginPrompt = False
Left = 41
Top = 63
EncryptedPassword = '8FFF90FF8CFF8BFF98FF8DFF9AFFACFFAEFFB3FF'
end
object PostgreSQLUniProvider1: TPostgreSQLUniProvider
Left = 156
...
...
emSystemsWebServer/source/Api.Server.Module.dfm
View file @
2240dc72
object ApiServerModule: TApiServerModule
Height =
210
Width =
431
Height =
179
Width =
190
object SparkleHttpSysDispatcher: TSparkleHttpSysDispatcher
Left = 72
Top = 16
...
...
@@ -13,8 +13,8 @@ object ApiServerModule: TApiServerModule
SwaggerUIOptions.Enabled = True
SwaggerUIOptions.ShowFilter = True
SwaggerUIOptions.TryItOutEnabled = True
Left =
216
Top =
16
Left =
72
Top =
90
object XDataServerCompress: TSparkleCompressMiddleware
end
object XDataServerCORS: TSparkleCorsMiddleware
...
...
emSystemsWebServer/source/Common.Config.pas
View file @
2240dc72
...
...
@@ -6,7 +6,7 @@ unit Common.Config;
interface
const
defaultServerUrl
=
'http://localhost:200
4
/website/'
;
defaultServerUrl
=
'http://localhost:200
2
/website/'
;
type
TServerConfig
=
class
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment