Private Cloud용 Edge에서 Postgres 데이터베이스 설정을 변경해야 할 수도 있습니다.
Postgres 데이터베이스 장애 조치를 구현하는 경우를 예로 들 수 있습니다.
수익 창출이 있는 경우
서비스를 사용 설정한 경우 수익 창출 시스템 설정도 수정해야 합니다.
를 참조하세요.
다음 절차에 따라 Postgres 데이터베이스 연결 구성을 변경합니다.
수익 창출 서비스.
를 통해 개인정보처리방침을 정의할 수 있습니다.
아래 구성으로 구성 파일을 만듭니다. 파일은 다음에서 읽을 수 있어야 합니다.
사용자 apigee명.
# IP address of a zookeeper node
ZK_HOSTS=XX.XX.XX.XX
# Postgres admin user and password
PG_USER=apigee
PG_PWD=postgres
# Postgres Host IP
MO_PG_HOST=XX.XX.XX.XX
# Postgres user and password for monetization
MO_PG_USER=postgre
MO_PG_PASSWD=changeme
# [OPTIONAL] Comma separated list of org names for which monetization is enabled
MO_ORG_NAMES=org1,org2
[[["이해하기 쉬움","easyToUnderstand","thumb-up"],["문제가 해결됨","solvedMyProblem","thumb-up"],["기타","otherUp","thumb-up"]],[["필요한 정보가 없음","missingTheInformationINeed","thumb-down"],["너무 복잡함/단계 수가 너무 많음","tooComplicatedTooManySteps","thumb-down"],["오래됨","outOfDate","thumb-down"],["번역 문제","translationIssue","thumb-down"],["샘플/코드 문제","samplesCodeIssue","thumb-down"],["기타","otherDown","thumb-down"]],["최종 업데이트: 2026-02-03(UTC)"],[],[]]