Setting port to 8070.

bzr revid: p_christ@hol.gr-20090602171534-f3jbulhp6mnhbfnv
This commit is contained in:
Daniel Baumann 2009-06-02 20:15:34 +03:00 committed by P. Christeas
parent a776a0bcf8
commit 6c37935f29
2 changed files with 3 additions and 3 deletions

View File

@ -18,7 +18,7 @@ interface = localhost
process_user = openerp
# The TCP port on which the server will listen (default 8069).
port = 8069
port = 8070
# Enable debug mode (default False).
debug_mode = False

View File

@ -40,8 +40,8 @@ Now, you're finish. Please be aware of the following things:
- User: admin; password: admin
- User: demo; password; demo
* openerp-server listens by default on port 8069. If you need to change this,
edit /etc/openerp-server.conf and replace 'port = 8069' with
* openerp-server listens by default on port 8070. If you need to change this,
edit /etc/openerp-server.conf and replace 'port = 8070' with
'port = <your port>'.
* openerp-server in the upstreams configuration listens by default to *all*