| NATS_URL | | NATS url |
| NATS_STORAGE_TYPE | "0" | NATS storage type: 0 - files, 1 - memory |
| NATS_DEBEZIUM_STREAM | DebeziumStream | Stream name for CDC live database |
| NATS_DEBEZIUM_SUBJECT | aoh.live.postgres.* | Stream subject for CDC live database |
| NATS_RTUS_STREAM | DebeziumStream | Stream name for CDC rtus database |
| NATS_RTUS_SUBJECT | aoh.rtus.postgres.* | Stream subject for CDC rtus database |
| NATS_TRANSFORM_MSG_CONSUMER | transformmsg_live_consumer | TransformMsg module consumer name for live database |
| NATS_TRANSFORM_MSG_RTUS_CONSUMER | transformmsg_rtus_consumer | TransformMsg module consumer name for rtus database |
| TRANSFORM_MESSAGE_DB_HOST | localhost | Transform message DB information |
| TRANSFORM_MESSAGE_DB_PORT | 5432 | Transform message DB information |
| TRANSFORM_MESSAGE_DB_DATABASE | postgres | Transform message DB information |
| TRANSFORM_MESSAGE_DB_SCHEMA | public | Transform message DB information |
| TRANSFORM_MESSAGE_DB_USER | postgres | Transform message DB information |
| TRANSFORM_MESSAGE_DB_PASSWORD | | Transform message DB information |
| TRANSFORM_MESSAGE_DB_SSL_MODE | disable | Transform message DB information |
| LIVE_DB_HOST | localhost | Live DB information |
| LIVE_DB_PORT | 5432 | Live DB information |
| LIVE_DB_DATABASE | postgres | Live DB information |
| LIVE_DB_USER | postgres | Live DB information |
| LIVE_DB_PASSWORD | | Live DB information |
| LIVE_DB_SSL_MODE | disable | Live DB information |
| MINIO_URL | | Storage host |
| MINIO_BUCKET | backup | Storage bucket name |
| RTUS_DOMAIN | | RTUS service domain |