From 0bd217c727d726d62ddf06a0e44e95c4606361cf Mon Sep 17 00:00:00 2001 From: Blake Matthes Date: Thu, 20 Mar 2025 14:04:48 -0500 Subject: [PATCH] docs(migration): added more documents on the install md --- server/scripts/install.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/server/scripts/install.md b/server/scripts/install.md index b1dccaa..b3c637f 100644 --- a/server/scripts/install.md +++ b/server/scripts/install.md @@ -127,4 +127,11 @@ INSERT INTO "users" ("username", "email", "role", "password") VALUES ('brandon001','brandon.harry@alpla.com','manager','wdm1RSXJlZnJDYTZP'); ; ``` -* You could have many users and just add like above with the identical info from the db \ No newline at end of file +* You could have many users and just add like above with the identical info from the db + + +## Running v1 along Side V2 for the interm +* change v2 prod port to 4000 in the env and db +* change v1 env to 4400 in the env. and in the db you will need to change the auth server to 4000 and the serverPort to 4400 + +This will change so that v2 is the main server now, this is needed for ocme mainly. \ No newline at end of file