diff options
author | Alex Auvolat <alex@adnab.me> | 2022-03-28 10:59:24 +0200 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2022-03-28 10:59:24 +0200 |
commit | 0e6aa95754204a5b2586c8d23c4e9689e8b3c36e (patch) | |
tree | f0d104f0404c331fbdc7383de131d62e0c6fd10b /app/garage/config | |
parent | 306974a16330d71759548d09dccc3d5ab1189e91 (diff) | |
download | infrastructure-0e6aa95754204a5b2586c8d23c4e9689e8b3c36e.tar.gz infrastructure-0e6aa95754204a5b2586c8d23c4e9689e8b3c36e.zip |
Update Garage to 0.7.0-rc1
Diffstat (limited to 'app/garage/config')
-rw-r--r-- | app/garage/config/garage.toml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/app/garage/config/garage.toml b/app/garage/config/garage.toml index da24b21..a721886 100644 --- a/app/garage/config/garage.toml +++ b/app/garage/config/garage.toml @@ -19,3 +19,6 @@ root_domain = ".garage.deuxfleurs.fr" [s3_web] bind_addr = "[::]:3902" root_domain = ".web.deuxfleurs.fr" + +[admin] +api_bind_addr = "[::1]:3903" |