test(controller): added in server port that might night be needed but oh well
This commit is contained in:
@@ -160,6 +160,7 @@ function Update-Server {
|
|||||||
@{ Key = "BETTER_AUTH_SECRET"; Value = "3d2b7d64ac2f9ebd6854325a84390666f4bbd2c7c3f537bb60fca3740f081e1e"; Comment = "used for better auth secrets" },
|
@{ 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 = "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." }
|
@{ Key = "NODE_ENV"; Value = "production"; Comment = "Just making sure this is in there." }
|
||||||
|
@{ Key = "VITE_SERVER_PORT"; Value = "4000"; Comment = "Reusing a env that could possibly already be here so we can continue the migration to a single app." }
|
||||||
)
|
)
|
||||||
|
|
||||||
$envFile = "$LocalPath\.env"
|
$envFile = "$LocalPath\.env"
|
||||||
|
|||||||
Reference in New Issue
Block a user