summaryrefslogtreecommitdiff
path: root/config.js
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2015-07-31 13:43:19 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2015-07-31 13:43:19 +0200
commit54a304276fb361f95332c5c1f8c6f67026b1d96c (patch)
tree99ecbf787f2cff1593a77890b690a1f632e79733 /config.js
parenta07e48f45e3b922a63aaae58b5bd816b8e324ee1 (diff)
downloadaCms-54a304276fb361f95332c5c1f8c6f67026b1d96c.tar.gz
aCms-54a304276fb361f95332c5c1f8c6f67026b1d96c.tar.bz2
made it possible to run standalone without proxying webserver:
- deliver static pages - some default redirects pointing to the main landing page
Diffstat (limited to 'config.js')
-rw-r--r--config.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.js b/config.js
index b161536..df53d7c 100644
--- a/config.js
+++ b/config.js
@@ -14,6 +14,7 @@
"service" : {
"api" : "http",
+ "ip" : "0.0.0.0",
"port" : 8080
},
"http" : {