Skip to Content
Menu
This question has been flagged
1 Reply
9916 Views

hi

I created a  DATABASE with odoo community software and am trying to change the registered host name which I accepted the default name and wanted to customise it now.. how do I go about it

Avatar
Discard
Best Answer

If you'r using Linux, you can find Database configuration file in this path

/etc/odoo.conf


this file will look like this:

[options]
; This is the password that allows database operations:
; admin_passwd = PASSWORD
db_host = False
db_port = False
db_user = odoo
db_password = False
addons_path = /opt/odoo/odoo-10.0/addons
;Log Settings
logfile = /var/log/odoo/odoo.log
log_level = error


You can change your host name by changing db_host variable to your new host name.



Avatar
Discard