feat(controller): added iowa's mcd, flo

This commit is contained in:
2025-09-23 20:55:44 -05:00
parent c037af2a28
commit 874947af52
2 changed files with 6 additions and 1 deletions

View File

@@ -159,6 +159,7 @@ function Update-Server {
$required = @(
@{ Key = "BETTER_AUTH_SECRET"; Value = "3d2b7d64ac2f9ebd6854325a84390666f4bbd2c7c3f537bb60fca3740f081e1e"; Comment = "used for better auth secrets" },
@{ Key = "BETTER_AUTH_URL"; Value = "https://$Server.alpla.net"; Comment = "The better auth url" }
@{ Key = "NODE_ENV"; Value = "production"; Comment = "Just making sure this is in there." }
)
$envFile = "$LocalPath\.env"