chore(portal): Enable temp_accounts in prod portal (#6179)

This commit is contained in:
Brian Manifold
2024-08-05 23:16:02 -07:00
committed by GitHub
parent 03e3d4aee5
commit bead03e39b

View File

@@ -388,6 +388,10 @@ locals {
{
name = "FEATURE_REST_API_ENABLED"
value = false
},
{
name = "FEATURE_TEMP_ACCOUNTS"
value = true
}
]
}