Commit ab0baace by Elias Sarraf

wcEmiMobile.proj v0.9.4.1 deployed to Wyoming

parent 546299f9
......@@ -25,3 +25,5 @@ emiMobileServer/Source/__recovery/
*.log
*.dll
webEMIMobile/config/__history/
......@@ -24,7 +24,6 @@ object FMain: TFMain
Align = alBottom
Anchors = [akLeft, akTop, akRight, akBottom]
TabOrder = 3
ExplicitHeight = 575
object tabServerLog: TTabSheet
Caption = 'Server Log'
object memoInfo: TMemo
......@@ -36,7 +35,6 @@ object FMain: TFMain
ScrollBars = ssVertical
TabOrder = 0
WordWrap = False
ExplicitHeight = 547
end
end
object tabConnectedClients: TTabSheet
......@@ -84,7 +82,6 @@ object FMain: TFMain
Caption = 'pnlConnectedClientsActions'
ShowCaption = False
TabOrder = 1
ExplicitTop = 487
object btnDisconnectClient: TButton
Left = 5
Top = 18
......
[Settings]
LogFileNum=144
LogFileNum=153
webClientVersion=0.9.4.1
[Database]
--Server=192.168.91.136
Server=192.168.102.10
Server=192.168.91.136
--Server=192.168.102.10
--Server=192.168.56.129
Port=5432
--Port=5432
--Port=5433
Database=lems_wcso
Username=postgres
--Password=postgreSQL
Password=emsys01
Password=postgreSQL
--Password=emsys01
--Postgre!SQL
{
"url": "http://localhost:2009/emiMobile/",
"url": "http://localhost:2001/emsys/emiMobile/",
"jwtTokenSecret": "super_secret0123super_secret4567",
"adminPassword": "whatisthisusedfor?",
"webAppFolder": "static",
......
{
"AuthUrl" : "http://localhost:2009/emimobile/auth/",
"ApiUrl" : "http://localhost:2009/emimobile/api/",
"AppUrl" : "http://localhost:2009/emimobile/app/",
"AuthUrl" : "http://localhost:2001/emsys/emimobile/auth/",
"ApiUrl" : "http://localhost:2001/emsys/emimobile/api/",
"AppUrl" : "http://localhost:2001/emsys/emimobile/app/",
"WsUrl": "ws://localhost:8091/"
}
......@@ -4,7 +4,6 @@ span.card {
border: none;
}
/* --- Login Screen Styling --- */
.login-card {
display: inline-block; /* Or use d-flex on the parent to center it */
......@@ -77,13 +76,12 @@ html, body {
/*padding-top: 2em !important;*/
}
.vh-100 {
height: 96vh !important;
height: 94vh !important;
}
}
.tab-hidden { display: none !important; }
.summary-chevron-icon {
width: 1rem;
height: 1rem;
......
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