From c4480a81b8cb30eb616b4796ebb8a94deadcc6c9 Mon Sep 17 00:00:00 2001 From: 12ww1160 Date: Wed, 3 Dec 2025 15:34:46 +0100 Subject: [PATCH] OP#188 add Readme partl --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index cfa67ad..d903888 100644 --- a/README.md +++ b/README.md @@ -40,6 +40,12 @@ Configurable options: - MemorySwapMax via `ps_swap_mem` - OOMScoreAdjust via `ps_oom_score` - GOMAXPROCS via `ps_max_procs` +- external remote write ( writing to a remote instance like pg-adapter): + - `ps_write_external` true enables it + - `ps_external_url` must be a valid full url + - `ps_auth_ext_user`must be a valid user + - `ps_auth_ext_pass`must be a valid password + ## Repo Documentation