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