hippocampus: tandoor: update allowed domains

This commit is contained in:
2026-04-20 16:54:06 -04:00
parent eaef3aec31
commit 7e45996692

View File

@@ -15,6 +15,7 @@ in {
POSTGRES_DB = tandoor_user; POSTGRES_DB = tandoor_user;
MEDIA_ROOT = "/var/lib/tandoor-recipes/media"; MEDIA_ROOT = "/var/lib/tandoor-recipes/media";
ENABLE_SIGNUP = "1"; ENABLE_SIGNUP = "1";
ALLOWED_HOSTS = "tandoor.syzygial.cc";
}; };
}; };