Commit 5a1e241b authored by Leo Iannacone's avatar Leo Iannacone

use DWCONFIG according with systemd script

parent 29963976
...@@ -6,4 +6,4 @@ architecture = "amd64" ...@@ -6,4 +6,4 @@ architecture = "amd64"
port = 8064 port = 8064
# DO NOT EDIT THIS LINE: # DO NOT EDIT THIS LINE:
config = require(process.env.DW + '/config/mergerconfig.coffee')(architecture, port) config = require(process.env.DWCONFIG + '/mergerconfig.coffee')(architecture, port)
...@@ -6,4 +6,4 @@ architecture = "armel" ...@@ -6,4 +6,4 @@ architecture = "armel"
port = 8001 port = 8001
# DO NOT EDIT THIS LINE: # DO NOT EDIT THIS LINE:
config = require(process.env.DW + '/config/mergerconfig.coffee')(architecture, port) config = require(process.env.DWCONFIG + '/mergerconfig.coffee')(architecture, port)
...@@ -6,4 +6,4 @@ architecture = "armhf" ...@@ -6,4 +6,4 @@ architecture = "armhf"
port = 8002 port = 8002
# DO NOT EDIT THIS LINE: # DO NOT EDIT THIS LINE:
config = require(process.env.DW + '/config/mergerconfig.coffee')(architecture, port) config = require(process.env.DWCONFIG + '/mergerconfig.coffee')(architecture, port)
...@@ -6,4 +6,4 @@ architecture = "i386" ...@@ -6,4 +6,4 @@ architecture = "i386"
port = 8083 port = 8083
# DO NOT EDIT THIS LINE: # DO NOT EDIT THIS LINE:
config = require(process.env.DW + '/config/mergerconfig.coffee')(architecture, port) config = require(process.env.DWCONFIG + '/mergerconfig.coffee')(architecture, port)
...@@ -6,4 +6,4 @@ architecture = "powerpc" ...@@ -6,4 +6,4 @@ architecture = "powerpc"
port = 8003 port = 8003
# DO NOT EDIT THIS LINE: # DO NOT EDIT THIS LINE:
config = require(process.env.DW + '/config/mergerconfig.coffee')(architecture, port) config = require(process.env.DWCONFIG + '/mergerconfig.coffee')(architecture, port)
...@@ -11,4 +11,4 @@ architecture = \"$ARCH\" ...@@ -11,4 +11,4 @@ architecture = \"$ARCH\"
port = $PORT port = $PORT
# DO NOT EDIT THIS LINE: # DO NOT EDIT THIS LINE:
config = require(process.env.DW + '/config/mergerconfig.coffee')(architecture, port) config = require(process.env.DWCONFIG + '/mergerconfig.coffee')(architecture, port)
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