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
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
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
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.
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign up