diff options
Diffstat (limited to '.devcontainer')
| -rw-r--r-- | .devcontainer/devcontainer.yml | 17 |
1 files changed, 17 insertions, 0 deletions
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 └───────────────────────────────────── |