콘텐츠로 건너뛰기
메뉴
커뮤니티에 참여하려면 회원 가입을 하시기 바랍니다.
신고된 질문입니다
1 회신
1544 화면

As I know, Odoo read/writes the database in port 5432, I want to change the read into port 5433 and write into port 5432. Is it impossible?

아바타
취소
작성자

I want to change the read port to 5433 and the write port to 5432. There is a code to read these port in sql_db.py





베스트 답변

You can do it by passing the database-related parameters in the config file. For the db port, there is a "db_port" parameter.

For more details see Configuration Sample

아바타
취소