added ip instead of localhost

This commit is contained in:
2023-11-25 00:56:22 -06:00
parent 36b892d225
commit f6abfeeaa5
+1 -1
View File
@@ -9,7 +9,7 @@ $Salts5 = 'ePh3ooya9aemee8eeh1aiKoxahphoz';
$Salts6 = 'su7booS8iufeed7rech5ko0yohfieN';
//Put the URL used to access HRConvert here
$URL = 'localhost:8085';
$URL = '192.168.1.33:8085';
//Set to true to enable virus scanning during all file operations
$VirusScan = FALSE;