- VERSION 5.05.25

- Se cambio la IP para el nuevo servidor
This commit is contained in:
2025-06-09 09:51:03 -06:00
parent 16d56cd1fb
commit 4115e12660
2 changed files with 8 additions and 5 deletions

View File

@@ -34,7 +34,7 @@ Version=12.8
@EndOfDesignText@
#Region Project Attributes
#ApplicationLabel: Soporte Keymonsoft
#VersionName: 5.05.21
#VersionName: 5.05.25
'SupportedOrientations possible values: unspecified, landscape or portrait.
#SupportedOrientations: portrait
#CanInstallToExternalStorage: False
@@ -63,9 +63,12 @@ Version=12.8
Sub Process_Globals
'These global variables will be declared once when the application starts.
'These variables can be accessed from all modules.
Dim DBRS_1782 As String = "http://keymon.lat:1782"
Dim DBRS_1781 As String = "http://keymon.lat:1781"
Dim DBRS_9000 As String = "http://keymon.lat:9000"
' Dim DBRS_1782 As String = "http://keymon.lat:1782"
' Dim DBRS_1781 As String = "http://keymon.lat:1781"
' Dim DBRS_9000 As String = "http://keymon.lat:9000"
Dim DBRS_1782 As String = "http://192.99.93.204:1782"
Dim DBRS_1781 As String = "http://192.99.93.204:1781"
Dim DBRS_9000 As String = "http://192.99.93.204:9000"
' Dim DBRS_1782 As String = "http://11.0.0.231:1783" 'Para pruebas locales
' Dim DBRS_1782 As String = "http://187.189.244.154:1782" 'Para pruebas locales
Dim conexionDBRS As String = "externa"