跳至內容
選單
此問題已被標幟
2 回覆
2304 瀏覽次數

can someone help me find where odoo postgress credentials stored? 

頭像
捨棄
最佳答案

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

頭像
捨棄