Code Review
/
src
/
xds
/
xds-server.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
1efdb28
)
Add httpPort value to config example.
author
Sebastien Douheret
<sebastien.douheret@iot.bzh>
Fri, 7 Jul 2017 13:12:19 +0000
(15:12 +0200)
committer
Sebastien Douheret
<sebastien.douheret@iot.bzh>
Fri, 7 Jul 2017 13:12:19 +0000
(15:12 +0200)
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
config.json.in
patch
|
blob
|
history
diff --git
a/config.json.in
b/config.json.in
index
751bb29
..
1668e05
100644
(file)
--- a/
config.json.in
+++ b/
config.json.in
@@
-1,5
+1,6
@@
{
"webAppDir": "webapp/dist",
+ "httpPort": "8000",
"shareRootDir": "${ROOT_DIR}/tmp/builder_dev_host/share",
"logsDir": "/tmp/xds-server/logs",
"sdkRootDir": "/xdt/sdk",
@@
-8,4
+9,4
@@
"home": "${ROOT_DIR}/tmp/builder_dev_host/syncthing-config",
"gui-address": "http://localhost:8384"
}
-}
\ No newline at end of file
+}