Not localhost

This commit is contained in:
Nicolas Jeannerod 2024-09-24 16:59:37 +02:00
parent fc18582a1b
commit b461a44707
Signed by untrusted user: Niols
GPG key ID: 35DB9EC8886E1CB8

View file

@ -113,6 +113,6 @@ in {
## NOTE: For a one-machine deployment, this removes the need to provide an
## `s3.garage.<domain>` domain. However, this will quickly stop working once
## we go to multi-machines deployment.
fediversity.internal.garage.api.domain = mkForce "localhost";
fediversity.internal.garage.api.domain = mkForce "s3.garage.localhost";
};
}