Skip to Content
Menu
You need to be registered to interact with the community.
This question has been flagged
2 Odgovori
2356 Prikazi

can someone help me find where odoo postgress credentials stored? 

Avatar
Opusti
Best Answer

Hello,

It is in the .conf file.

you can see the details there.

Eg:

db_host = localhost
db_port = 5432
db_user = odoo12
db_password = odoo12

Thanks

Avatar
Opusti