This question has been flagged
1 Reply
15578 Views

   Is it possible to Change the Conf file in the Odoo SH    

Avatar
Discard
Best Answer

Hello, 

To you update your config file, 

Firstly login to your Odoo.sh then you will get multiple options like History, SHELL, Editor. Then here you need to click on the SHELL tab.

https://prnt.sc/rs5le2  

Then you will get a shell access of Odoo.sh. So in order to get your config file you can go through the below path,

"/home/odoo/.config/odoo/odoo.conf"

You can also refer to the screenshot,

https://prnt.sc/rs5mn3

Then inside the config file you can make your required changes

Thanks

Anisha Bahukhandi

Avatar
Discard

What said Anisha is indeed correct. I would like to add 2 things here:

- You can not modify it through the Editor as it is situated into a "hidden" folder (.config)

- Even if you can edit its content, some parameters will be ignored. For instance you can't change the port, memory limit or the computation timeout values for good reasons (security, fair use of the platform, etc.)

LSE