From 9114c8cb8e7d0bb0f686190d47c60591ac211f35 Mon Sep 17 00:00:00 2001 From: syuilo Date: Sat, 8 Apr 2023 15:53:36 +0900 Subject: feat(backend): support replication of postgresql Resolve #10205 --- .devcontainer/devcontainer.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to '.devcontainer/devcontainer.yml') diff --git a/.devcontainer/devcontainer.yml b/.devcontainer/devcontainer.yml index 1350e70157..2af306e3da 100644 --- a/.devcontainer/devcontainer.yml +++ b/.devcontainer/devcontainer.yml @@ -51,6 +51,23 @@ db: #extra: # ssl: true +dbReplications: false + +# You can configure any number of replicas here +#dbSlaves: +# - +# host: +# port: +# db: +# user: +# pass: +# - +# host: +# port: +# db: +# user: +# pass: + # ┌─────────────────────┐ #───┘ Redis configuration └───────────────────────────────────── -- cgit v1.2.3-freya