mirror of
https://github.com/KeymonSoft/SoporteKeymonsoft.git
synced 2026-04-17 20:56:09 +00:00
- VERSION 5.05.25
- Se cambio la IP para el nuevo servidor
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user