projects
/
osm
/
openvim.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2594a3a
)
fixes 88: Change openvimd.cfg to listen in all interfaces by default
42/542/1
author
tierno
<alfonso.tiernosepulveda@telefonica.com>
Tue, 18 Oct 2016 15:21:58 +0000
(15:21 +0000)
committer
tierno
<alfonso.tiernosepulveda@telefonica.com>
Tue, 18 Oct 2016 15:21:58 +0000
(15:21 +0000)
Signed-off-by: tierno <alfonso.tiernosepulveda@telefonica.com>
openvimd.cfg
patch
|
blob
|
history
diff --git
a/openvimd.cfg
b/openvimd.cfg
index
ccc888f
..
74345f5
100644
(file)
--- a/
openvimd.cfg
+++ b/
openvimd.cfg
@@
-56,7
+56,7
@@
http_port: 9080 # General port where openvim is listening (
http_admin_port: 9085 # Admin port where openvim is listening (when missing, no administration server is launched)
#database parameters
-db_host:
localhost
# by default localhost
+db_host:
0.0.0.0
# by default localhost
db_user: vim # DB user
db_passwd: vimpw # DB password
db_name: vim_db # Name of the VIM DB