Skip to content

Commit d847fe4

Browse files
committed
Merge branch 'develop'
2 parents 456d607 + b8ac3bd commit d847fe4

File tree

392 files changed

+19756
-8510
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

392 files changed

+19756
-8510
lines changed

build/windows/installers-build.bat

+1
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,4 @@ node "adjustSUFs.js"
1414
start "" /wait "C:\Program Files (x86)\Setup Factory 9\SUFDesign.exe" /BUILD /LOG:installers\setup-factory.log "omSupply\omsupply_server.suf"
1515
start "" /wait "C:\Program Files (x86)\Setup Factory 9\SUFDesign.exe" /BUILD /LOG:installers\setup-factory.log "omSupply\omsupply_desktop.suf"
1616
start "" /wait "C:\Program Files (x86)\Setup Factory 9\SUFDesign.exe" /BUILD /LOG:installers\setup-factory.log "omSupply\omsupply_demo.suf"
17+
start "" /wait "C:\Program Files (x86)\Setup Factory 9\SUFDesign.exe" /BUILD /LOG:installers\setup-factory.log "omSupply\omsupply_standalone.suf"

build/windows/omsupply_server.suf

+1-1
Original file line numberDiff line numberDiff line change
@@ -4192,7 +4192,7 @@ if hasOmsupplyInstalled then
41924192
end
41934193
else
41944194
local config = "server:\r\n"
4195-
config = config .. " host: 192.168.178.68\r\n";
4195+
config = config .. " host: 127.0.0.1\r\n";
41964196
config = config .. " port: " .. SessionVar.Get("%omsupply_port%") .. "\r\n";
41974197
config = config .. "database:\r\n";
41984198
config = config .. " port: " .. SessionVar.Get("%postgres_db_port%") .. "\r\n";

0 commit comments

Comments
 (0)