diff options
author | Alex Auvolat <alex@adnab.me> | 2022-05-18 22:28:13 +0200 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2022-05-18 22:28:13 +0200 |
commit | 6639908fbdb9d5f3769275f101e3ece83b120af3 (patch) | |
tree | ebb8bef9992337e44435401bc5e724f86729e3eb /app/garage-staging/config | |
parent | e657ebd0a017acc73adba35994e0548f097bfc25 (diff) | |
download | nixcfg-6639908fbdb9d5f3769275f101e3ece83b120af3.tar.gz nixcfg-6639908fbdb9d5f3769275f101e3ece83b120af3.zip |
Garage v0.7.1-k2v on staging
Diffstat (limited to 'app/garage-staging/config')
-rw-r--r-- | app/garage-staging/config/garage.toml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/app/garage-staging/config/garage.toml b/app/garage-staging/config/garage.toml index d2c51dd..d24acad 100644 --- a/app/garage-staging/config/garage.toml +++ b/app/garage-staging/config/garage.toml @@ -17,6 +17,9 @@ bootstrap_peers = [] s3_region = "garage-staging" api_bind_addr = "0.0.0.0:3990" +[k2v_api] +api_bind_addr = "0.0.0.0:3993" + [s3_web] bind_addr = "0.0.0.0:3992" root_domain = ".garage-staging-web.home.adnab.me" |